CI: work-around zig cc mips bad codegen for hard-float

This commit is contained in:
Markus F.X.J. Oberhumer
2024-02-17 16:34:11 +01:00
parent 76b0b7b1ae
commit 06b0de9c77
4 changed files with 36 additions and 5 deletions
+1
View File
@@ -197,6 +197,7 @@ function(upx_add_definitions) # ARGV; needs include(CheckCCompilerFlag)
endif()
endfunction()
# useful for CI jobs: allow target extra compile options
function(upx_add_target_extra_compile_options) # ARGV
set(t "${ARGV0}")
list(REMOVE_AT ARGV 0)