'Generic Commit'
All checks were successful
dropshell-build / build (push) Successful in 29s

This commit is contained in:
Your Name
2025-06-03 23:10:28 +12:00
parent efefdd8b70
commit 7a5351c898
2 changed files with 3 additions and 3 deletions

View File

@ -102,8 +102,7 @@ target_link_libraries(${PROJECT_EXE_NAME} PRIVATE
nlohmann_json::nlohmann_json
)
# Set static linking flags
# Add execinfo to linker flags
set_target_properties(${PROJECT_EXE_NAME} PROPERTIES
LINK_FLAGS "-static"
)