diff options
| author | Pjotr Prins | 2020-05-22 07:15:37 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2020-05-22 07:15:37 -0500 |
| commit | 8c82a8294483ffac4d8e9635376723f26a8ae27b (patch) | |
| tree | c987e3646be820fe703452ad250979e4f3c112a9 /Makefile | |
| parent | f112b0fa5f29651b5af8cb3bd1c2933f010c2960 (diff) | |
| download | pangemma-8c82a8294483ffac4d8e9635376723f26a8ae27b.tar.gz | |
Fixes for gcc (GCC) 10.1.0
Started to remove eigenlib (again)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile index 1376443..191285a 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ else ifdef GUIX # Effectively disable paths for GNU Guix OPENBLAS_INCLUDE_PATH = . - EIGEN_INCLUDE_PATH = $(GUIX)/include/eigen3 + # EIGEN_INCLUDE_PATH = $(GUIX)/include/eigen3 # RPATH = -Xlinker --rpath=$(GUIX)/lib ifdef FORCE_STATIC LIBS = -L$(GUIX)/lib @@ -139,11 +139,11 @@ else endif ifneq ($(CXX), clang++) - # Clang does not like this switch - debug check fast-check: CPPFLAGS += -Og + # Clang does not like these switches + debug check fast-check: CPPFLAGS += -Og -Wfatal-errors endif -debug check fast-check: CPPFLAGS += -g $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -isystem$(EIGEN_INCLUDE_PATH) -Icontrib/catch-1.9.7 -Isrc +debug check fast-check: CPPFLAGS += -g $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Icontrib/catch-1.9.7 -Isrc profile: CPPFLAGS += -pg |
