mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-13 18:56:54 +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
|
||||
|
||||
# Non-executable stack
|
||||
override ASFLAGS+=--noexecstack
|
||||
override LDFLAGS+=-Wl,-z,noexecstack
|
||||
|
||||
.PHONY: all
|
||||
all: one
|
||||
|
|
Loading…
Add table
Reference in a new issue