summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-01-23 10:09:06 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-01-23 10:11:50 +0900
commit1dfddac39364f9f982e73f6d0d17a0e824e6e6bd (patch)
treee2c59a1838d0b1d367b38c23d840381778599b8d
parent6ef761a5153a03b059fbce6a58bea8d701328b46 (diff)
configure.ac: Stop -fstack-protector on emscripten build
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 225a0ec218..8a8b7d949d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -679,7 +679,7 @@ AS_IF([test "$GCC" = yes], [
# -fstack-protector
AS_CASE(["$target_os"],
- [mingw*|haiku*], [
+ [mingw*|haiku*|emscripten*], [
stack_protector=no
])
AS_IF([test -z "${stack_protector+set}"], [