mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Pass LDFLAGS via environment variable
This commit is contained in:
parent
6f229da2c0
commit
2f7c0f656e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
|||
env:
|
||||
# Minimal flags to pass the check.
|
||||
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
|
||||
# https://bugs.ruby-lang.org/issues/18061
|
||||
# https://sourceware.org/annobin/annobin.html/Test-pie.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue