Skip to content

Commit

Permalink
Removed flags, changed lcblas. #385
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasprussen committed May 11, 2020
1 parent a559b64 commit 238a1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ PULSEWAVES = deps/PulseWaves

CXX = g++

CXXFLAGS += -std=c++11 -Wall -Wextra -Wnon-virtual-dtor -pedantic -Wcast-align -Woverloaded-virtual -Wpedantic -Wmisleading-indentation -Wduplicated-cond -Wduplicated-branches -Wlogical-op -Wnull-dereference -Wuseless-cast -Wdouble-promotion -Wformat=2 -Wno-float-conversion
CXXFLAGS += -std=c++11 -Wall -Wextra -Wnon-virtual-dtor -pedantic -Wcast-align -Woverloaded-virtual -Wpedantic -Wlogical-op -Wuseless-cast -Wdouble-promotion -Wformat=2 -Wno-float-conversion

DEPFLAGS = -MT $@ -MMD -MP -MF $(DEP)/$*.d #For generating dependencies

LDFLAGS = -lpthread -lm -lgsl -lcblas -lgdal -L $(PULSEWAVES)/lib -lpulsewaves
LDFLAGS = -lpthread -lm -lgsl -lgslcblas -lgdal -L $(PULSEWAVES)/lib -lpulsewaves

INCFLAGS = -isystem $(PULSEWAVES)/inc -isystem deps/ -isystem deps/spdlog # @@ TODO -isystem deps/googletest/googletest/include

Expand Down

0 comments on commit 238a1fa

Please sign in to comment.