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.
-fdebug-compilation-dir
1 parent 529bb81 commit 32d2ff7Copy full SHA for 32d2ff7
cmake/Modules/ConfigureEmscripten.cmake
@@ -83,6 +83,8 @@ IF(MR_EMSCRIPTEN_BUILD_DEBUG)
83
# "-gseparate-dwarf=${CMAKE_BINARY_DIR}/bin/meshsdk.dbg.wasm" # Separate DWARF files
84
# "-s SEPARATE_DWARF_URL='file://${CMAKE_BINARY_DIR}/bin/meshsdk.dbg.wasm'"
85
"-gseparate-dwarf"
86
+ # "-fdebug-compilation-dir=${PROJECT_SOURCE_DIR}"
87
+ "-fdebug-compilation-dir=../../../source"
88
89
90
# REF: `https://emscripten.org/docs/porting/exceptions.html#webassembly-exception-handling-based-support`
0 commit comments