Skip to content
Snippets Groups Projects
Commit a234885d authored by Kent Mein's avatar Kent Mein
Browse files

Lowered optimization for solaris gcc to -O1
this is for bug # 1052  Basically the higher optimization causes
blender to choke on the provided blend file.

Kent
parent 7cc4d752
Branches
Tags
No related merge requests found
......@@ -166,8 +166,8 @@ ifeq ($(OS),solaris)
JAVAH = javah
CFLAGS += -pipe -fPIC
CCFLAGS += -pipe -fPIC
REL_CFLAGS += -O2
REL_CCFLAGS += -O2
REL_CFLAGS += -O1
REL_CCFLAGS += -O1
NAN_DEPEND = true
ifeq ($(CPU),sparc)
OPENGL_HEADERS = /usr/openwin/share/include
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment