Skip to content

Commit

Permalink
Haiku: disable stack-protector
Browse files Browse the repository at this point in the history
  • Loading branch information
extrowerk authored and nobu committed Dec 15, 2020
1 parent 4d43ac2 commit 9542321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -681,7 +681,7 @@ AS_IF([test "$GCC" = yes], [
# -fstack-protector
AS_CASE(["$target_os"],
[mingw*], [
[mingw*|haiku*], [
stack_protector=no
])
AS_IF([test -z "${stack_protector+set}"], [
Expand Down

0 comments on commit 9542321

Please sign in to comment.