From: John Tsiombikas Date: Sat, 22 May 2021 05:53:43 +0000 (+0300) Subject: minor makefile fixes X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=retrobench;a=commitdiff_plain minor makefile fixes --- diff --git a/Makefile b/Makefile index 1dd2941..8bdd16e 100644 --- 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 =