summaryrefslogtreecommitdiff
path: root/makefiles/gmake/compiler.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/gmake/compiler.mk')
-rw-r--r--makefiles/gmake/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/compiler.mk b/makefiles/gmake/compiler.mk
index 062a30b..f43b45e 100644
--- a/makefiles/gmake/compiler.mk
+++ b/makefiles/gmake/compiler.mk
@@ -37,7 +37,7 @@ GCC_MINOR_VERSION ?= $(shell $(TOPDIR)/makefiles/gmake/guess_env --gcc-minor-ver
# compilation flags and compilers
COMMON_COMPILE_FLAGS = \
- -g -Wno-long-long \
+ -g -O0 -Wno-long-long \
-fstrict-aliasing \
-pedantic -Wall -Werror \
-Wunused -Wno-import \