Skip to content

Commit

Permalink
Use a full path to the WASM debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Feb 5, 2025
1 parent 77bb9bc commit 2324046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/wasm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ target_sources(mozillavpn PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/tasks/purchase/taskpurchase.h
)
set_target_properties(mozillavpn PROPERTIES
LINK_FLAGS "-gseparate-dwarf=mozillavpn.debug.wasm")
LINK_FLAGS "-gseparate-dwarf=${CMAKE_BINARY_DIR}/src/mozillavpn.debug.wasm")


set(WASM_FINAL_DIR ${CMAKE_BINARY_DIR}/wasm_build)
Expand Down

0 comments on commit 2324046

Please sign in to comment.