From c18f3fd14d3a16b019ea50f81fc0b767a8b2a44c Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 1 Jun 2022 14:34:18 +0200 Subject: run additional release target tests * fixed config/build errors/warnings Signed-off-by: lns --- cmake/CMakeMillerTests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/CMakeMillerTests.cmake b/cmake/CMakeMillerTests.cmake index 8a40530..44e849b 100644 --- a/cmake/CMakeMillerTests.cmake +++ b/cmake/CMakeMillerTests.cmake @@ -1,4 +1,4 @@ -set(tests_cflags "-Wall -Wextra -Werror -Wno-cast-function-type -Wno-switch -std=gnu99 -ffast-math -fno-trapping-math -fno-signaling-nans -fvisibility=hidden -fomit-frame-pointer -fexpensive-optimizations -Os -static -fdata-sections -ffunction-sections") +set(tests_cflags "-Wall -Wextra -Werror -Wno-cast-function-type -Wno-switch -Wno-address-of-packed-member -std=gnu99 -ffast-math -fno-trapping-math -fno-signaling-nans -fvisibility=hidden -fomit-frame-pointer -fexpensive-optimizations -Os -static -fdata-sections -ffunction-sections") set(tests_ldflags "-s -Wl,--exclude-all-symbols -Wl,--exclude-libs,msvcrt.a -Wl,--gc-sections -Wl,--strip-all -Qn -v -fPIE") set(TESTS_SRC run_tests.c test_compat.c test_mem.c test_pe.c test_utils.c test_asm.c test_aes.c test_crypt.c test_http.c) -- cgit v1.2.3