configure.ac: Stop -fstack-protector on emscripten build
This commit is contained in:
parent
6ef761a515
commit
1dfddac393
@ -679,7 +679,7 @@ AS_IF([test "$GCC" = yes], [
|
|||||||
|
|
||||||
# -fstack-protector
|
# -fstack-protector
|
||||||
AS_CASE(["$target_os"],
|
AS_CASE(["$target_os"],
|
||||||
[mingw*|haiku*], [
|
[mingw*|haiku*|emscripten*], [
|
||||||
stack_protector=no
|
stack_protector=no
|
||||||
])
|
])
|
||||||
AS_IF([test -z "${stack_protector+set}"], [
|
AS_IF([test -z "${stack_protector+set}"], [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user