View | Details | Raw Unified | Return to bug 18910
Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 14-20 Link Here
14
# Compiler and flags
14
# Compiler and flags
15
# DEFS should include -Dacceptarg3_t=int (replace with the correct data type)
15
# DEFS should include -Dacceptarg3_t=int (replace with the correct data type)
16
CXX = @CXX@
16
CXX = @CXX@
17
CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c
17
CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c
18
LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o
18
LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o
19
19
20
# Extra switches and libs determined by configure.in
20
# Extra switches and libs determined by configure.in

Return to bug 18910