Skip to content

Commit

Permalink
[GCC] Unreviewed, build fix for Debian 11 after 278995@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=267827

GCC10 requires compiler flag '-fcoroutines'.

* Source/cmake/WebKitCompilerFlags.cmake:

Canonical link: https://commits.webkit.org/279046@main
  • Loading branch information
dpino committed May 21, 2024
1 parent 885b108 commit 3a3bb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/cmake/WebKitCompilerFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ if (COMPILER_IS_GCC_OR_CLANG)
else ()
WEBKIT_APPEND_GLOBAL_COMPILER_FLAGS(-fno-exceptions)
WEBKIT_APPEND_GLOBAL_CXX_FLAGS(-fno-rtti)
WEBKIT_APPEND_GLOBAL_CXX_FLAGS(-fcoroutines)

WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-Wno-tautological-compare)

Expand Down

0 comments on commit 3a3bb5a

Please sign in to comment.