mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 04:51:46 -07: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
Add a link
Reference in a new issue