]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/Makefile
extra debugging for Dump()
[freerainbowtables] / Client Applications / rcracki_mt / Makefile
index 3be21210d842a4f0871cd9454b7b76fdaf77787a..567932e572017a73ef2d1697f3e2b72659058dee 100644 (file)
@@ -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)