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

Fixed configuration issue that caused segmentation fault on MacOSX

parent b6ce9bf3
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
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