projects
/
retrobench
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbbd9dd
)
minor makefile fixes
master
author
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 22 May 2021 05:53:43 +0000
(08:53 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Sat, 22 May 2021 05:53:43 +0000
(08:53 +0300)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1dd2941
..
8bdd16e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-10,10
+10,10
@@
bin_fbdev = rbench_fbdev
warn = -pedantic -Wall -Wno-deprecated-declarations
dbg = -g
-opt = -O3 -ffast-math
+opt = -O3 -ffast-math -fno-strict-aliasing
inc = -Isrc
-CFLAGS = $(ccarch) -pedantic $(warn) $(dbg) $(opt) $(inc) -fno-strict-aliasing -MMD
+CFLAGS = $(ccarch) $(warn) $(dbg) $(opt) $(inc) -MMD
ASFLAGS = $(asarch)
LDFLAGS_x11 = -L/usr/X11R6/lib -lX11 -lXext
LDFLAGS_fbdev =