summaryrefslogtreecommitdiff
path: root/math/linalg/files/patch-aa
blob: fc592fc24c6c2dba64989ced6114c057c93c2d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- c++.orig	Sat May 27 17:48:43 2000
+++ c++	Sat May 27 17:50:10 2000
@@ -1,7 +1,7 @@
 #!/bin/sh
 #	GNU C++ compilation
 # Note, ${foo:+bar} is just a weird way of commenting out bar
-eg++ -c -O2  -fkeep-inline-functions -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \
+%%CXX%% -c %%CXXFLAGS%% -fkeep-inline-functions -pipe -W -Wall -Wpointer-arith -ffor-scope -Woverloaded-virtual \
 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
 ${foo:+'-Wold-style-cast'} -Wbad-function-cast -Wwrite-strings \
 ${foo:+'-Winline -Wredundant-decls'} -fno-rtti ${fpp:+'-fno-exceptions'} \