blob: 94629960fa949bf3b3571e597f39b80bc8b30e92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.orig Thu Feb 13 19:58:06 2003
+++ Makefile Thu Feb 13 19:58:18 2003
@@ -17,8 +17,8 @@
# new gnu compilers have a really annoying default behavior of wrapping
# error message lines. The default should be NO-WRAPPING.
-OPTIONS=-O2 -Wall -x c++ -fmessage-length=0
-CFLAGS=$(INCLUDES) $(OPTIONS)
+OPTIONS=-x c++
+CFLAGS+=$(INCLUDES) $(OPTIONS)
OBJECTS = \
globals.o \
|