Pass LDFLAGS via environment variable
This commit is contained in:
parent
6f229da2c0
commit
2f7c0f656e
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
# Minimal flags to pass the check.
|
# Minimal flags to pass the check.
|
||||||
default_cc: 'gcc-11 -O2 -fcf-protection -Wa,--generate-missing-build-notes=yes'
|
default_cc: 'gcc-11 -O2 -fcf-protection -Wa,--generate-missing-build-notes=yes'
|
||||||
append_configure: 'LDFLAGS=-Wl,-z,now'
|
LDFLAGS: '-Wl,-z,now'
|
||||||
# FIXME: Drop skipping options
|
# FIXME: Drop skipping options
|
||||||
# https://bugs.ruby-lang.org/issues/18061
|
# https://bugs.ruby-lang.org/issues/18061
|
||||||
# https://sourceware.org/annobin/annobin.html/Test-pie.html
|
# https://sourceware.org/annobin/annobin.html/Test-pie.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user