aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2017-07-11 09:11:41 +0000
committerPjotr Prins2017-07-11 09:11:41 +0000
commitc3bc17415916a38aae675805b7f26a4cb6aafeca (patch)
tree76b5664fba8d8954a34dac5183bfcf2752ef5170
parent3695a36d116710338a2d89006b1c636ce312b8bc (diff)
downloadpangemma-c3bc17415916a38aae675805b7f26a4cb6aafeca.tar.gz
Makefile: silence compiler warnings for Eigen libs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c944309..72994be 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SRC_DIR = ./src
CPP = g++
-CPPFLAGS = -O3 -std=gnu++11 -I$(EIGEN_INCLUDE_PATH)
+CPPFLAGS = -O3 -std=gnu++11 -isystem$(EIGEN_INCLUDE_PATH)
ifdef SHOW_COMPILER_WARNINGS
CPPFLAGS += -Wall