-m64 somehow made opengl headers have conflicting values when compiling.
This commit is contained in:
@@ -182,10 +182,10 @@ ifeq ($(OS),solaris)
|
|||||||
# CFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -KPIC -DPIC -xchar=unsigned"
|
# 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"
|
# CCFLAGS += "-fast -xdepend -xarch=v8plus -xO3 -xlibmil -xlibmopt -features=tmplife -norunpath -KPIC -DPIC -xchar=unsigned"
|
||||||
|
|
||||||
ifeq ($(findstring 64,$(CPU)), 64)
|
# ifeq ($(findstring 64,$(CPU)), 64)
|
||||||
CFLAGS += -m64
|
# CFLAGS += -m64
|
||||||
CCFLAGS += -m64
|
# CCFLAGS += -m64
|
||||||
endif
|
# endif
|
||||||
|
|
||||||
REL_CFLAGS += -O2
|
REL_CFLAGS += -O2
|
||||||
REL_CCFLAGS += -O2
|
REL_CCFLAGS += -O2
|
||||||
|
Reference in New Issue
Block a user