X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile.dj;fp=Makefile.dj;h=3b487f715f35b99db4a39e82a3be38070637fbc8;hb=85057d2afd451777a1312a671399dce4174ddc29;hp=6e803561290e12e309f295f6d1fd94a7cae60296;hpb=8d784d8a9a44cd37c8139560ec55cec60c1edc57;p=retrobench diff --git a/Makefile.dj b/Makefile.dj index 6e80356..3b487f7 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -20,11 +20,11 @@ AS = $(TC)as warn = -pedantic -Wall -Wno-deprecated-declarations dbg = -g -opt = -O3 -ffast-math +opt = -O3 -ffast-math -fno-strict-aliasing inc = -Isrc def = -DNO_STDINT_H -CFLAGS = -pedantic $(warn) $(dbg) $(opt) $(def) $(inc) -fno-strict-aliasing -MMD +CFLAGS = $(warn) $(dbg) $(opt) $(def) $(inc) -MMD LDFLAGS = -Wl,-Map=link.map $(bin): $(obj)