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 013c278 commit 58444f7Copy full SHA for 58444f7
SConstruct
@@ -94,7 +94,6 @@ if os.name == "nt" and sys.platform.startswith("win"): # detect windows platefor
94
else:
95
env.AppendUnique( CPPDEFINES = 'UNIX' )
96
env.AppendUnique( CPPDEFINES = '__UNIX__' )
97
- env.AppendUnique( CXXFLAGS = '-fPIC' ),
98
if sys.platform.startswith( "darwin" ): # for disabling macros such as check, verify, require ... ( AssertMacros.h )
99
env.AppendUnique( CPPDEFINES = '__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0' )
100
0 commit comments