X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=8bdd16eedee55cb36d5e0daa177031b993f0a621;hb=4f2895e5c5c43241877cf2d183020d680d35d7c9;hp=1dd2941627f04b0884a34cdaeb5bc5910f77bc35;hpb=fbbd9dda4d7c5d54b8dadf624907d621011cdd08;p=retrobench 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 =