configure.ac: Stop -fstack-protector on emscripten build

This commit is contained in:
Yusuke Endoh 2021-01-23 10:09:06 +09:00
parent 6ef761a515
commit 1dfddac393

View File

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