mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding.
This commit is contained in:
parent
75a8383e8d
commit
20e15f9381
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue