From c6f7b2951071643b0ace08c17eeb6153efe6044b Mon Sep 17 00:00:00 2001 From: hoshinotsuyoshi Date: Mon, 15 Jan 2024 19:38:41 +0900 Subject: [PATCH] Add ASFLAGS=-mbranch-protection=pac-ret --- install_ruby.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install_ruby.sh b/install_ruby.sh index 5a341818..c27f15c0 100755 --- a/install_ruby.sh +++ b/install_ruby.sh @@ -86,6 +86,7 @@ fi --prefix=/usr/local \ --disable-install-doc \ --enable-shared \ + ASFLAGS=-mbranch-protection=pac-ret \ --enable-yjit )