]> git.pld-linux.org Git - packages/acs.git/blame - acs-opt.patch
- tabs in preamble
[packages/acs.git] / acs-opt.patch
CommitLineData
238e953b 1--- acs-0.29/modelgen/Make2.g++.orig Thu Feb 13 21:54:02 2003
2+++ acs-0.29/modelgen/Make2.g++ Thu Feb 13 21:54:54 2003
3@@ -5,7 +5,11 @@
02a2633b
AM
4
5 CCC = g++
6 CCFLAGS = \
238e953b 7--DUNIX -O3 -DNDEBUG -I.. -fexceptions -Wall -W
02a2633b 8+-DUNIX $(OPT_FLAGS) -DNDEBUG -I.. -fno-exceptions \
238e953b 9+-Wall -W -Wno-sign-compare \
10+-Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
11+-Wwrite-strings -Wconversion \
12+
02a2633b
AM
13 LIBS = -lm
14 LDFLAGS =
15
238e953b 16--- acs-0.29/src/Make2.g++.orig Thu Feb 13 21:58:02 2003
17+++ acs-0.29/src/Make2.g++ Thu Feb 13 21:58:21 2003
18@@ -5,7 +5,11 @@
02a2633b
AM
19
20 CCC = g++
21 CCFLAGS = \
238e953b 22--DUNIX -O3 -DNDEBUG -I.. -fno-exceptions -Wall -W
02a2633b 23+-DUNIX $(OPT_FLAGS) -DNDEBUG -I.. -fno-exceptions \
238e953b 24+-Wall -W -Wno-sign-compare \
25+-Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
26+-Wwrite-strings -Wconversion \
27+
28 LIBS = -lm
29 LDFLAGS =
30
31--- acs-0.29/src/Make2.sun-CC.orig Thu Feb 13 21:57:02 2003
32+++ acs-0.29/src/Make2.sun-CC Thu Feb 13 21:57:26 2003
02a2633b
AM
33@@ -4,7 +4,7 @@
34
35 # Use g++ if you have it for a speed advantage of about 20%
36 CCC = CC
37-CCFLAGS = -DNDEBUG -DUNIX -O4
38+CCFLAGS = -DNDEBUG -DUNIX $(OPT_FLAGS)
39 LIBS = -lm
40 LDFLAGS =
41
This page took 0.035962 seconds and 4 git commands to generate.