18 lines
525 B
Text
18 lines
525 B
Text
|
$NetBSD: patch-aa,v 1.1.1.1 2005/09/03 06:26:21 xtraeme Exp $
|
||
|
|
||
|
--- Makefile.orig 2005-09-03 08:16:12.000000000 +0200
|
||
|
+++ Makefile 2005-09-03 08:16:51.000000000 +0200
|
||
|
@@ -19,10 +19,10 @@
|
||
|
# You should leave -static in the CFLAGS so that your sysinfo can be
|
||
|
# compiled into the executable.
|
||
|
|
||
|
-CC = gcc
|
||
|
+#CC = gcc
|
||
|
|
||
|
# generic options for gcc
|
||
|
-CFLAGS = -s -static -Wall -O3
|
||
|
+CFLAGS += -s -static # -Wall -O3
|
||
|
|
||
|
# if your gcc lets you do it, then try this one
|
||
|
#CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops
|