diff options
Diffstat (limited to 'configs/linux-debug')
-rw-r--r-- | configs/linux-debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-debug b/configs/linux-debug index fe744cfc51..bc6d2336fc 100644 --- a/configs/linux-debug +++ b/configs/linux-debug @@ -4,5 +4,5 @@ include $(TOP)/configs/linux CONFIG_NAME = linux-debug -OPT_FLAGS = -g +OPT_FLAGS = -g -ansi -pedantic DEFINES += -DDEBUG -DDEBUG_MATH |