15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
--- src/Make2.g++.orig Tue Sep 5 09:42:44 2000
|
|
+++ src/Make2.g++ Thu Dec 14 19:50:51 2000
|
|
@@ -3,9 +3,9 @@
|
|
|
|
# Standard base for g++.
|
|
|
|
-CCC = g++
|
|
+CCC ?= g++
|
|
CCFLAGS = \
|
|
--DUNIX -O3 -DNDEBUG -I.. -fno-exceptions \
|
|
+-DUNIX -DNDEBUG -I.. -fno-exceptions ${CFLAGS} \
|
|
-Wall -W -Wno-sign-compare \
|
|
-Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
|
|
-Wwrite-strings -Wconversion \
|