mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
configure.ac: Stop -fstack-protector on emscripten build
This commit is contained in:
parent
6ef761a515
commit
1dfddac393
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue