diff options
author | Peter Carbonetto | 2017-05-09 13:06:49 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-09 13:06:49 -0500 |
commit | 09c9dcaae506058e1120eb55896fdcc2715e90a9 (patch) | |
tree | 3c9090e816e4182c837432ce09a0e1ed165e794c /Makefile.osx | |
parent | 76182e22d2bd892cb267597c4f995402cf0b7a20 (diff) | |
download | pangemma-09c9dcaae506058e1120eb55896fdcc2715e90a9.tar.gz |
Added bin folder; added -Weffc++ flag to Makefile.
Diffstat (limited to 'Makefile.osx')
-rw-r--r-- | Makefile.osx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.osx b/Makefile.osx index 63a5ba2..15dc29c 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -29,8 +29,8 @@ SRC_DIR = ./src CPP = g++ -CPPFLAGS = -F /System/Library/Frameworks -Wall -O3 \ - -I/usr/local/opt/gsl@1/include -Wc++11-narrowing +CPPFLAGS = -F /System/Library/Frameworks -Wall -Weffc++ \ + -O3 -I/usr/local/opt/gsl@1/include -Wc++11-narrowing LIBS = /usr/local/opt/gsl@1/lib/libgsl.a \ /usr/local/opt/gsl@1/lib/libgslcblas.a -lz |