Merge pull request #37936 from mansnils:remove_fno_flag

PiperOrigin-RevId: 312847563
Change-Id: I5b6bac3904361bfdecf1a722a234c7e6cb309c37
This commit is contained in:
TensorFlower Gardener 2020-05-22 12:15:11 -07:00
commit 591330b967
6 changed files with 0 additions and 6 deletions

View File

@ -40,7 +40,6 @@ $(MAKEFILE_DIR)/downloads/$(AM_SDK_DEST)/$(SF_BSPS_DEST): $(MAKEFILE_DIR)/downlo
-fmessage-length=0 \
-fno-exceptions \
-fno-unwind-tables \
-fno-builtin \
-ffunction-sections \
-fdata-sections \
-funsigned-char \

View File

@ -19,7 +19,6 @@ ifeq ($(TARGET), bluepill)
-fmessage-length=0 \
-fno-exceptions \
-fno-unwind-tables \
-fno-builtin \
-ffunction-sections \
-fdata-sections \
-funsigned-char \

View File

@ -27,7 +27,6 @@ ifeq ($(TARGET), ecm3531)
-fmessage-length=0 \
-fno-exceptions \
-fno-unwind-tables \
-fno-builtin \
-ffunction-sections \
-fdata-sections \
-funsigned-char \

View File

@ -40,7 +40,6 @@ ifeq ($(TARGET), hexagon)
-fdata-sections \
-ffunction-sections \
-fmessage-length=0 \
-fno-builtin \
-fno-delete-null-pointer-checks \
-fno-exceptions \
-fno-register-global-dtors-with-atexit \

View File

@ -16,7 +16,6 @@ ifeq ($(TARGET), riscv32_mcu)
-DTF_LITE_MCU_DEBUG_LOG \
-DTF_LITE_USE_GLOBAL_CMATH_FUNCTIONS \
-fno-unwind-tables \
-fno-builtin \
-ffunction-sections \
-fdata-sections \
-funsigned-char \

View File

@ -16,7 +16,6 @@ ifeq ($(TARGET), stm32f4)
-fmessage-length=0 \
-fno-exceptions \
-fno-unwind-tables \
-fno-builtin \
-ffunction-sections \
-fdata-sections \
-funsigned-char \