[SCONS] Optimisation flags for msvc
This commit is contained in:
2
extern/qhull/SConscript
vendored
2
extern/qhull/SConscript
vendored
@@ -8,6 +8,8 @@ Import ('defines')
|
||||
Import ('user_options_dict')
|
||||
if sys.platform=='linux2' or sys.platform=='linux-i386':
|
||||
qhull_env.Append (CCFLAGS = ['-O2', '-ansi'])
|
||||
elif sys.platform=='win32':
|
||||
qhull_env.Append (CCFLAGS = ['/O2'])
|
||||
elif sys.platform=='sunos':
|
||||
qhull_env.Append (CCFLAGS = ['Xc', '-v', '-fast'])
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user