git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Restore symmetry between CXXFLAGS and the other compilation flags, now
[u/mrichter/AliRoot.git]
/
conf
/
MachineDef.OSF1
diff --git
a/conf/MachineDef.OSF1
b/conf/MachineDef.OSF1
index b3d013e4700ef1e167305dec23d20d39d55d0646..d58aa37a478f42fd4e35241c37355e52b576b00f 100644
(file)
--- a/
conf/MachineDef.OSF1
+++ b/
conf/MachineDef.OSF1
@@
-7,13
+7,12
@@
F77 = f77
# Global optimisation
OPT = -O
-OPT = -g
# Shared library suffix
SL = so
# The options
-CXXOPTS = -I/usr/include
+CXXOPTS =
$(OPT)
-I/usr/include
COPT = $(OPT)
FOPT = $(OPT) -nofor_main