Browse Source

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

tags/mesa_6_5
Brian Paul 20 years ago
parent
commit
20e15f9381
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configs/linux-debug

+ 1
- 1
configs/linux-debug 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

Loading…
Cancel
Save