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:
authorCampbell Barton <ideasman42@gmail.com>2007-12-21 12:30:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-21 12:30:37 +0300
commit3d24160231f97b2d52aa81c49207ecfc19b27dad (patch)
tree2d373ad053e99e54d163fb330903b2b8544d6880 /source/nan_compile.mk
parent1a475f0dfc3c76021579c140c9840a61cc0bac11 (diff)
-m64 somehow made opengl headers have conflicting values when compiling.
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index c723ff4bfc6..a5f0dccce35 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -182,10 +182,10 @@ ifeq ($(OS),solaris)
# CFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -KPIC -DPIC -xchar=unsigned"
# CCFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -xlibmopt -features=tmplife -norunpath -KPIC -DPIC -xchar=unsigned"
- ifeq ($(findstring 64,$(CPU)), 64)
- CFLAGS += -m64
- CCFLAGS += -m64
- endif
+# ifeq ($(findstring 64,$(CPU)), 64)
+# CFLAGS += -m64
+# CCFLAGS += -m64
+# endif
REL_CFLAGS += -O2
REL_CCFLAGS += -O2