|
Lines 1-13
Link Here
|
| 1 |
--- Makefile.in.old Tue May 30 16:26:52 2000 |
|
|
| 2 |
+++ Makefile.in Tue May 30 16:27:01 2000 |
| 3 |
@@ -14,7 +14,7 @@ |
| 4 |
# Compiler and flags |
| 5 |
# DEFS should include -Dacceptarg3_t=int (replace with the correct data type) |
| 6 |
CXX = @CXX@ |
| 7 |
-CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c |
| 8 |
+CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c |
| 9 |
LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o |
| 10 |
|
| 11 |
# Extra switches and libs determined by configure.in |
| 12 |
|
| 13 |
|