]> git.sesse.net Git - freerainbowtables/blobdiff - Client Applications/rcracki_mt/Makefile
(C)
[freerainbowtables] / Client Applications / rcracki_mt / Makefile
index 3be21210d842a4f0871cd9454b7b76fdaf77787a..07ab1149b39e467be83aa9d7161e9cba0baa2627 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright Martin Westergaard Jørgensen <martinwj2005@gmail.com>
 # Copyright 2009, 2010 Daniël Niggebrugge <niggebrugge@fox-it.com>
-# Copyright 2009, 2010 James Nobis <frt@quelrod.net>
+# Copyright 2009, 2010, 2011 James Nobis <frt@quelrod.net>
 #
 # This file is part of rcracki_mt.
 #
@@ -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)