minor makefile fixes master
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 22 May 2021 05:53:43 +0000 (08:53 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 22 May 2021 05:53:43 +0000 (08:53 +0300)
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 =