1
0
Fork 0
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:
Yuta Saito 2022-01-15 22:18:18 +09:00
parent 09ed5aa806
commit 8a50a6b6f9
Notes: git 2022-01-19 11:19:46 +09:00

View file

@ -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}"], [