We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a01ee6 commit c5bd3b9Copy full SHA for c5bd3b9
cmake/toolchain/wasi.cmake
@@ -18,6 +18,7 @@ set(CMAKE_C_COMPILER /opt/wasi-sdk/bin/clang)
18
set(CMAKE_CXX_COMPILER /opt/wasi-sdk/bin/clang++)
19
20
set(CMAKE_EXE_LINKER_FLAGS "-Xlinker -v -v")
21
+add_compile_options(-Wno-error=deprecated-declarations)
22
23
add_compile_definitions(CATCH_CONFIG_NO_POSIX_SIGNALS JSON_HAS_FILESYSTEM=0)
24
0 commit comments