aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Carbonetto2017-07-18 12:51:41 -0500
committerGitHub2017-07-18 12:51:41 -0500
commit9c718e1730ffdc78a9154f227250799ab52f7dfa (patch)
tree457d0e0d33dab0e22e9bd134a2ccddf2fd44e704
parent9aa2b33b02b58db98504efe7b3a3b1409933fb93 (diff)
parentddec1682853b0a2573e571d02f9b7017d82cebde (diff)
downloadpangemma-9c718e1730ffdc78a9154f227250799ab52f7dfa.tar.gz
Merge pull request #56 from genenetwork/compiler-warnings
Compiler warnings are optional.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72994be..268174f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ SRC_DIR = ./src
CPP = g++
-CPPFLAGS = -O3 -std=gnu++11 -isystem$(EIGEN_INCLUDE_PATH)
+CPPFLAGS = -O3 -std=gnu++11 -isystem/$(EIGEN_INCLUDE_PATH)
ifdef SHOW_COMPILER_WARNINGS
CPPFLAGS += -Wall