blob: 3c3fc026e0c7af2668e4e16392185340f9dea32a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- nbench-byte-2.2.3_orig/Makefile 2004-12-30 00:23:30.000000000 -0200
+++ nbench-byte-2.2.3/Makefile 2010-02-15 13:05:24.000000000 -0200
@@ -22,7 +22,7 @@
CC = gcc
# generic options for gcc
-CFLAGS = -s -static -Wall -O3
+CFLAGS = -s -static -Wall -O3 @XTRACFLAGS@
# if your gcc lets you do it, then try this one
#CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops
|