From 20e15f9381e59ec53b9968f567777bde05b49075 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 29 Mar 2006 23:45:44 +0000 Subject: Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding. --- configs/linux-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-debug') 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 -- cgit v1.2.3