mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
updated CFLAGS (Anich Gregor)
This commit is contained in:
parent
171614abbd
commit
dbc4830d87
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ CPU ?= pentium
|
|||
|
||||
ifeq ($(ICD),1)
|
||||
# when -std=c99 mingw will not define WIN32
|
||||
CFLAGS = -Wall -W -Werror -pedantic -std=c99 -DWIN32
|
||||
CFLAGS = -Wall -W -Werror
|
||||
else
|
||||
# I love c89
|
||||
CFLAGS = -Wall -W -pedantic
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue