summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4b6245f..ffe3946d 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ CC ?= i686-pc-linux-gnu-gcc
CFLAGS ?= \
-ffunction-sections -fvisibility=hidden -fno-strict-aliasing \
-fomit-frame-pointer -fno-toplevel-reorder -fno-dwarf2-cfi-asm \
- -mpreferred-stack-boundary=2 -mregparm=3 \
+ -mpreferred-stack-boundary=2 \
${COMMON_FLAGS}
else ifeq (${FIRMWARE_ARCH}, x86_64)
CFLAGS ?= ${COMMON_FLAGS} \