fix release.yml

This commit is contained in:
William Bell
2025-08-15 21:14:17 +01:00
parent be4b04a286
commit f4c7294267
2 changed files with 4 additions and 16 deletions

View File

@@ -51,7 +51,7 @@ set_target_properties(argon PROPERTIES
find_package(BDWgc REQUIRED)
find_package(gmp REQUIRED)
target_compile_options(argon PRIVATE -O3 -Wall -Wextra -Wno-unused-function -s)
target_compile_options(argon PRIVATE -O3 -Wall -Wno-unused-function -s)
if(NOT APPLE)
target_link_options(argon PRIVATE -static)
endif()