]> git.pld-linux.org Git - packages/acs.git/blob - acs-opt.patch
- tabs in preamble
[packages/acs.git] / acs-opt.patch
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 @@
4  
5  CCC = g++
6  CCFLAGS = \
7 --DUNIX -O3 -DNDEBUG -I.. -fexceptions -Wall -W  
8 +-DUNIX $(OPT_FLAGS) -DNDEBUG -I.. -fno-exceptions \
9 +-Wall -W -Wno-sign-compare \
10 +-Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \
11 +-Wwrite-strings -Wconversion \
12 +
13  LIBS = -lm
14  LDFLAGS =
15  
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 @@
19  
20  CCC = g++
21  CCFLAGS = \
22 --DUNIX -O3 -DNDEBUG -I.. -fno-exceptions -Wall -W  
23 +-DUNIX $(OPT_FLAGS) -DNDEBUG -I.. -fno-exceptions \
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
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.086177 seconds and 3 git commands to generate.