Former-commit-id: 4fbb2cb17657bd8b0ca5a12a0846130e72edb2cb
@@ -3,6 +3,7 @@ all: lib extras examples
framework: lib extras lib/igl.framework/
# Shared flags etc.
+CFLAGS += -DIGL_STATIC_LIBRARY
include Makefile.conf
$(info Hello, $(IGL_USERNAME)!)
@@ -12,7 +12,6 @@ GG=g++
#GG=g++-mp-4.3 15.5s
#GG=g++-mp-4.7 19.9s
-CFLAGS += -DIGL_STATIC_LIBRARY
CFLAGS += -Wall
CFLAGS += -std=c++11
@@ -48,6 +47,7 @@ ifeq ($(IGL_USERNAME),whitinge)
endif
ifeq ($(IGL_USERNAME),ajx)
+ CFLAGS += -DIGL_STATIC_LIBRARY
MOSEKPLATFORM=osx64x86
MOSEKVERSION=7
IGL_WITH_VIEWER=1
@@ -2,6 +2,7 @@
all: libiglbbw
debug: libiglbbw
all: OPTFLAGS += -O3 -DNDEBUG $(OPENMP)
debug: OPTFLAGS += -g -Wall
@@ -4,6 +4,7 @@ include Makefile.conf
all: libiglboolean
debug: libiglboolean
all: CFLAGS += -O3 -DNDEBUG -std=c++11
debug: CFLAGS += -g -Wall -std=c++11
all: libiglboost
debug: libiglboost
all: CFLAGS += -O3 -DNDEBUG
debug: CFLAGS += -g -Wall
@@ -3,6 +3,7 @@
all: libiglcgal
debug: libiglcgal
debug: CFLAGS += -g -Wall -Werror
all: libiglcomiso
debug: libiglcomiso
all: libiglembree
debug: libiglembree
all: libigllim
debug: libigllim
@@ -1,3 +1,4 @@
.PHONY: all
all: libigltetgen
debug: libigltetgen
all: libigltriangle
debug: libigltriangle
all: CFLAGS += -O3 -DNDEBUG -fopenmp
debug: CFLAGS += -g -Wall -Werror -fopenmp