diff options
author | Peter Carbonetto | 2017-07-27 12:04:54 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-07-27 12:04:54 -0500 |
commit | 8be2ce433c015d8c6776d270537d645c7e761bdf (patch) | |
tree | 8eb3f43d60ccecc7d20c1de3b4f658ec9095066c /Makefile.macosx | |
parent | b39da052c68c8bf567b6e88b7e6e8ef0620b14c7 (diff) | |
download | pangemma-8be2ce433c015d8c6776d270537d645c7e761bdf.tar.gz |
Made a couple small adjustments to Makefile.macosx.
Diffstat (limited to 'Makefile.macosx')
-rw-r--r-- | Makefile.macosx | 5 |
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 |