Skip to content

Commit bde6004

Browse files
authored
Merge pull request #85 from McSinyx/portable
Allow building with portable targets
2 parents 6deace0 + d252957 commit bde6004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# BUILD COMMON
33
#########################################################################
44

5-
CXXFLAGS = -std=c++11 -Wall -Wno-reorder -fPIC -pie -march=native \
5+
CXXFLAGS ?= -march=native
6+
CXXFLAGS += -std=c++11 -Wall -Wno-reorder -fPIC -pie \
67
-DVERSION=$(shell cat VERSION) -Wl,-rpath=/usr/share/e9tool/lib/
78

89
E9PATCH_OBJS=\

0 commit comments

Comments
 (0)