From 8c82a8294483ffac4d8e9635376723f26a8ae27b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 22 May 2020 07:15:37 -0500 Subject: Fixes for gcc (GCC) 10.1.0 Started to remove eigenlib (again) --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit 1.4.1