Fix some of the linking warnings in CMake builds

Bug: None
Change-Id: I6e627f362b4fd6ee21822587da87fbf36f599432
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90246
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
Corentin Wallez 2022-05-16 09:16:41 +00:00 committed by Dawn LUCI CQ
parent 15b720be2d
commit 2b3dcf45b7
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ function(common_compile_options TARGET)
target_compile_options(${TARGET} PRIVATE
-fno-exceptions
-fno-rtti
-fvisibility-inlines-hidden
)
if (${DAWN_ENABLE_MSAN})