projects
/
lolailo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7869a37
)
new CFLAGS
author
slack
<slack@codemaniacs.com>
Fri, 12 Jun 2009 14:37:59 +0000
(16:37 +0200)
committer
slack
<slack@codemaniacs.com>
Fri, 12 Jun 2009 14:37:59 +0000
(16:37 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c130983cdadf8175bb9b4f4880ceae14583f7191..92f287015b4ec031076a17c63c5aa58a632674f1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,6
+1,10
@@
CC=gcc -m32
-CFLAGS=-std=c99 -Os -Wall -s
+CFLAGS=-std=c99 -Os -Wall -s \
+ -march=pentium4 -ffast-math -nodefaultlibs \
+ -fomit-frame-pointer -fno-strict-aliasing -fno-common \
+ -fpeephole2 -fexpensive-optimizations -frerun-cse-after-loop \
+ $(shell sdl-config --cflags)
LDFLAGS=-lSDL-1.2 -nostartfiles
all: lolailo