blob: 5255c0108b6de544e4ee64b8ece9d8471ce5d5ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-aa,v 1.2 2001/04/25 23:35:30 jtb Exp $
--- Makefile.orig Thu Apr 13 15:34:18 2000
+++ Makefile
@@ -80,14 +80,14 @@
# Specify the C compiler. I recommend gcc (GNU C Compiler) if you have it.
# In many Linux environments, cc is just a symlink to gcc.
-CC = cc
+#CC = cc
#############################################################################
#
# Specify the compiler flags; include DFLAGS (above) -- Pick one of these
#
# optimized
-CFLAGS = -O $(DFLAGS)
+CFLAGS += $(DFLAGS)
#
# save symbols for debuggers
# CFLAGS = -g $(DFLAGS)
|