From 025ba1f63ac954eb62fe51e19554f3fb4b4e1a5c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 6 Oct 2024 12:07:37 +0200 Subject: cmake: fix clang 19 deprecated cflags --- userconfig-sthalik@Windows-Clang.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'userconfig-sthalik@Windows-Clang.cmake') diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index cb03a067..9bf1e7c8 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -32,7 +32,7 @@ set(CMAKE_INSTALL_MESSAGE NEVER) sets(STRING CMAKE_C_FLAGS "-march=x86-64-v2 -mtune=native -mavx2 -maes -g -gcolumn-info -gdwarf-aranges" CMAKE_C_FLAGS_DEBUG "-O0 -fstack-protector-all -g" - CMAKE_C_FLAGS_RELEASE "-Ofast -ffast-math -mpopcnt -fomit-frame-pointer -fno-stack-protector -static" + CMAKE_C_FLAGS_RELEASE "-O3 -ffast-math -mpopcnt -fomit-frame-pointer -fno-stack-protector -static" CMAKE_EXE_LINKER_FLAGS_DEBUG "" CMAKE_SHARED_LINKER_FLAGS_DEBUG "" ) -- cgit v1.2.3