Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding.

This commit is contained in:
Brian Paul 2006-03-29 23:45:44 +00:00
parent 75a8383e8d
commit 20e15f9381

View 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