fix build error on Linux

This commit is contained in:
2025-07-17 21:39:55 +08:00
parent bb4071ea04
commit 882ac55f7f
6 changed files with 6 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ if (UNIX)
add_link_options(
-fsanitize=address
-fsanitize=undefined
-lm
)
endif ()