mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
Duplicate CFLAGS in CXXFLAGS removed. Now define DEBUG symbol in debug build.
This commit is contained in:
parent
c2530b5730
commit
b227e90837
1 changed files with 1 additions and 2 deletions
|
|
@ -42,11 +42,10 @@ ifeq ($(CPU), x86)
|
|||
|
||||
ifdef DEBUG
|
||||
CFLAGS += -g -O0
|
||||
CXXFLAGS += -g -O0
|
||||
LDFLAGS += -g
|
||||
DEFINES += -DDEBUG
|
||||
else
|
||||
CFLAGS += -O3
|
||||
CXXFLAGS += -O3
|
||||
endif
|
||||
|
||||
GLUT_CFLAGS = -fexceptions
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue