From 3d24160231f97b2d52aa81c49207ecfc19b27dad Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Dec 2007 09:30:37 +0000 Subject: -m64 somehow made opengl headers have conflicting values when compiling. --- source/nan_compile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/nan_compile.mk') 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 -- cgit v1.2.3