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:
parent
15b720be2d
commit
2b3dcf45b7
|
@ -172,6 +172,7 @@ function(common_compile_options TARGET)
|
||||||
target_compile_options(${TARGET} PRIVATE
|
target_compile_options(${TARGET} PRIVATE
|
||||||
-fno-exceptions
|
-fno-exceptions
|
||||||
-fno-rtti
|
-fno-rtti
|
||||||
|
-fvisibility-inlines-hidden
|
||||||
)
|
)
|
||||||
|
|
||||||
if (${DAWN_ENABLE_MSAN})
|
if (${DAWN_ENABLE_MSAN})
|
||||||
|
|
Loading…
Reference in New Issue