From f84e5429a52653a937da1d6d345e5c69caafbc78 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:16:48 +0100 Subject: [PATCH] fix release.yml --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90879b6..330d728 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ set_target_properties(argon PROPERTIES find_package(BDWgc REQUIRED) find_package(gmp REQUIRED) -target_compile_options(argon PRIVATE -O3 -Wall -Wno-unused-function -s) +target_compile_options(argon PRIVATE -O3 -Wall -s) if(NOT APPLE) target_link_options(argon PRIVATE -static) endif()