]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/pdk.git/blobdiff - packages/ti/transport/lwip/makefile_stack
lwip: Enabled thumb2 and O3 optimization for lwip stack
[processor-sdk/pdk.git] / packages / ti / transport / lwip / makefile_stack
index 5e7d9b23b21290c235bd8d2bc8dc6fcf47c1ed0c..3ac97bc1bc9a139657784b4684ccb52a026a4b58 100644 (file)
@@ -41,6 +41,8 @@ else ifeq ($(BUILD_OS_TYPE),safertos)
   LWIP_STACK_CFLAGS += -DSAFERTOS
 endif
 
+LWIP_STACK_CFLAGS += -mthumb -O3
+
 # List all the external components/interfaces, whose interface header files
 # need to be included for this component
 ifeq ($(BUILD_OS_TYPE),freertos)