about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile.macosx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.macosx b/Makefile.macosx
index 7e93a85..a4772c9 100644
--- a/Makefile.macosx
+++ b/Makefile.macosx
@@ -27,8 +27,9 @@ SRC_DIR  = ./src
 
 CPP = g++
 
-CPPFLAGS = -F /System/Library/Frameworks -Wall -Weffc++ \
-  -O3 -I/usr/local/opt/gsl@1/include -Wc++11-narrowing
+CPPFLAGS = -F /System/Library/Frameworks \
+  -O3 -I/usr/local/opt/gsl@1/include \
+  -I./eigen -Wc++11-narrowing -Wno-unused-value
 
 LIBS = /usr/local/opt/gsl@1/lib/libgsl.a \
        /usr/local/opt/gsl@1/lib/libgslcblas.a -lz