X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile;h=db3c31a8d7301f07aa97564f74718125b39bb81a;hb=5caf9953c6c26f649087189222b1359da85d306e;hp=39862c9a0cb4833831604bdb5c6aeb9bcafaff2b;hpb=c608ee9a7df130c64f195fd1e9af1f145cad207d;p=cyberay diff --git a/Makefile b/Makefile index 39862c9..db3c31a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ obj = $(src:.c=.o) dep = $(src:.c=.d) bin = cyberay -opt = -O3 -ffast-math +opt = -O3 -ffast-math -fno-strict-aliasing dbg = -g warn = -pedantic -Wall inc = -Ilibs