mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Merge pull request #2161 from parona-source/execstack
Append noexecstack to linker flags instead of assembler flags
This commit is contained in:
commit
763caaebab
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ override CFLAGS+=-fPIC -fPIE
|
||||||
override CXXFLAGS+=-fPIC -fPIE
|
override CXXFLAGS+=-fPIC -fPIE
|
||||||
|
|
||||||
# Non-executable stack
|
# Non-executable stack
|
||||||
override ASFLAGS+=--noexecstack
|
override LDFLAGS+=-Wl,-z,noexecstack
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: one
|
all: one
|
||||||
|
|
Loading…
Add table
Reference in a new issue