mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[wasm] configure.ac: disable stack-protector
clang does not yet support stack-protector for wasm
This commit is contained in:
parent
09ed5aa806
commit
8a50a6b6f9
Notes:
git
2022-01-19 11:19:46 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ AS_IF([test "$GCC" = yes], [
|
|||
|
||||
# -fstack-protector
|
||||
AS_CASE(["$target_os"],
|
||||
[mingw*|emscripten*], [
|
||||
[mingw*|emscripten*|wasi*], [
|
||||
stack_protector=no
|
||||
])
|
||||
AS_IF([test -z "${stack_protector+set}"], [
|
||||
|
|
Loading…
Add table
Reference in a new issue