Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/qhull')
-rw-r--r--extern/qhull/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/qhull/SConscript b/extern/qhull/SConscript
index 6b21d3694e0..d391d445508 100644
--- a/extern/qhull/SConscript
+++ b/extern/qhull/SConscript
@@ -11,8 +11,8 @@ elif env['OURPLATFORM']=='win32-vc':
cflags += ['/O2']
elif env['OURPLATFORM']=='win32-mingw':
cflags += ['-O2']
-elif sys.platform=='sunos':
- cflags += ['Xc', '-v', '-fast']
+elif sys.platform=='sunos5':
+ cflags += ['-O2', '-ansi']
elif sys.platform=='darwin':
cflags += ['-O2', '-pipe', '-fPIC', '-funsigned-char', '-ffast-math', '-mpowerpc' , '-mtune=G4']