Skip to content
Snippets Groups Projects
Commit b6ce9bf3 authored by Edward Brash's avatar Edward Brash
Browse files

Update configuration script for MacOSX (Mavericks)

Also added versioned Hall C library to .gitignore
parent 1b80dba9
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ config.log
*.[oad]
*~
*.so
*.so.*
*.os
\#*\#
......
......@@ -14,7 +14,8 @@ def config(env,args):
if int(standalone):
env.Append(STANDALONE= '1')
env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual -pthread -rdynamic')
#env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual -pthread -rdynamic')
env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual')
env.Append(CPPDEFINES = '-DMACVERS')
cxxversion = env.subst('$CXXVERSION')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment