From 7a9ba6d3fa46a9539e66a1d32a1f7973f7ed7f0e Mon Sep 17 00:00:00 2001 From: Edward Brash <brash@jlab.org> Date: Mon, 25 Nov 2013 09:28:15 -0500 Subject: [PATCH] Fixed configuration issue that caused segmentation fault on MacOSX --- darwin64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darwin64.py b/darwin64.py index 20f3e7a..864f8b4 100644 --- a/darwin64.py +++ b/darwin64.py @@ -15,7 +15,7 @@ def config(env,args): env.Append(STANDALONE= '1') #env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual -pthread -rdynamic') - env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual') + env.Append(CXXFLAGS = '-Wall -Woverloaded-virtual -pthread') env.Append(CPPDEFINES = '-DMACVERS') cxxversion = env.subst('$CXXVERSION') -- GitLab