We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e7175 commit d252957Copy full SHA for d252957
Makefile
@@ -2,7 +2,8 @@
2
# BUILD COMMON
3
#########################################################################
4
5
-CXXFLAGS = -std=c++11 -Wall -Wno-reorder -fPIC -pie -march=native \
+CXXFLAGS ?= -march=native
6
+CXXFLAGS += -std=c++11 -Wall -Wno-reorder -fPIC -pie \
7
-DVERSION=$(shell cat VERSION) -Wl,-rpath=/usr/share/e9tool/lib/
8
9
E9PATCH_OBJS=\
0 commit comments