Skip to content
Snippets Groups Projects
Commit 6af061f5 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

RF: Let conda take care of compiler flags

parent 2ce3c2d2
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ CXX11 ?= c++
RANLIB ?= echo
# Compiler flags
ARCHCFLAGS += -m64 -fPIC -O3 -fexpensive-optimizations \
ARCHCFLAGS += -fexpensive-optimizations \
-Wall -ansi -pedantic -Wno-long-long
ARCHCXXFLAGS += $(ARCHCFLAGS)
ARCHLDFLAGS += -Wl,-rpath,'$$ORIGIN/../lib'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment