We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3711be4 commit afedeecCopy full SHA for afedeec
SConstruct
@@ -741,7 +741,9 @@ else:
741
print( "No special config for [" + os.sys.platform + "] which probably means it won't work" )
742
743
if nix:
744
- env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Werror -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
+ env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
745
+ if not solaris:
746
+ env.Append( CPPFLAGS=" -Werror " )
747
env.Append( CXXFLAGS=" -Wnon-virtual-dtor " )
748
env.Append( LINKFLAGS=" -fPIC -pthread -rdynamic" )
749
env.Append( LIBS=[] )
0 commit comments