diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index f28b0f5..fa47641 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ SRC_DIR = ./src CPP = g++ -CPPFLAGS = -Wall -O3 -std=gnu++11 +CPPFLAGS = -Wall -Weffc++ -O3 -std=gnu++11 ifdef FORCE_DYNAMIC LIBS = -lgsl -lgslcblas -lblas -pthread -lz |
