Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catch...
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Mar 2006 23:45:44 +0000 (23:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 29 Mar 2006 23:45:44 +0000 (23:45 +0000)
configs/linux-debug

index fe744cfc5112718ddb315544112200013702eea9..bc6d2336fc33b9a6d83cbd04e91184f2fb57ff1c 100644 (file)
@@ -4,5 +4,5 @@ include $(TOP)/configs/linux
 
 CONFIG_NAME = linux-debug
 
-OPT_FLAGS = -g
+OPT_FLAGS = -g -ansi -pedantic
 DEFINES += -DDEBUG -DDEBUG_MATH