This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
updated CFLAGS (Anich Gregor)
tags/R300_DRIVER_0
Brian Paul
21 years ago
parent
171614abbd
commit
dbc4830d87
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
Makefile.mgw
+ 1
- 1
Makefile.mgw
View File
@@ -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
Write
Preview
Loading…
Cancel
Save