blob: 192b4974692f43dc687bd12e9da3e26beeb2f113 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- ./c_packages/safe_malloc/Makefile.orig 1991-09-21 23:13:52.000000000 -0400
+++ ./c_packages/safe_malloc/Makefile 2010-02-02 14:21:04.000000000 -0500
@@ -14,11 +14,11 @@
INCLUDEDIRS =
# CC = gcc -traditional
-CC = cc
+CC ?= cc
# Distribution: CFLAGS = -O
# Maximum debug: CFLAGS = -g -pg -DDEBUG -pipe
-CFLAGS = -O
+#CFLAGS = -O
all: $(OBJECTS)
|