X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FMakefile;h=567932e572017a73ef2d1697f3e2b72659058dee;hb=07302b6edb5ec453977b3d0d0470b735873838b8;hp=3be21210d842a4f0871cd9454b7b76fdaf77787a;hpb=241fdca749ce5ba5166f78421a8368824468f3d1;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/Makefile b/Client Applications/rcracki_mt/Makefile index 3be2121..567932e 100644 --- a/Client Applications/rcracki_mt/Makefile +++ b/Client Applications/rcracki_mt/Makefile @@ -23,6 +23,7 @@ SHELL = /bin/sh BIN = $(DESTDIR)/usr/bin CC = g++ +# -mtune=native doesn't work on NetBSD 5.1 with gcc 4.1.3 and make (fine with gmake) OPTIMIZATION = -O3 -mtune=native CFLAGS = -Wall -ansi $(OPTIMIZATION) -c $(DEBUG) LFLAGS = -Wall -ansi -filt $(OPTIMIZATION) $(DEBUG)