From 8be2ce433c015d8c6776d270537d645c7e761bdf Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Thu, 27 Jul 2017 12:04:54 -0500 Subject: Made a couple small adjustments to Makefile.macosx. --- Makefile.macosx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.macosx') 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 -- cgit v1.2.3