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

MNT: Don't compile with debugging symbols

parent dca5559c
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ CXX11 = c++ ...@@ -93,7 +93,7 @@ CXX11 = c++
RANLIB = echo RANLIB = echo
# Compiler flags # Compiler flags
ARCHCFLAGS += -m64 -fPIC -g -O3 -fexpensive-optimizations \ ARCHCFLAGS += -m64 -fPIC -O3 -fexpensive-optimizations \
-Wall -ansi -pedantic -Wno-long-long -Wall -ansi -pedantic -Wno-long-long
ARCHCXXFLAGS += $(ARCHCFLAGS) ARCHCXXFLAGS += $(ARCHCFLAGS)
ARCHLDFLAGS += -Wl,-rpath,'$$ORIGIN/../lib' 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