projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171614a
)
updated CFLAGS (Anich Gregor)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 30 Aug 2004 20:53:49 +0000
(20:53 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 30 Aug 2004 20:53:49 +0000
(20:53 +0000)
Makefile.mgw
patch
|
blob
|
history
diff --git
a/Makefile.mgw
b/Makefile.mgw
index 294f35559ff463e33af01751d077c68e4c4e29ad..0940fda686d90d5c40f1e9927b619dc41ab72234 100644
(file)
--- a/
Makefile.mgw
+++ b/
Makefile.mgw
@@
-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