From 7b9df8bec5038e0316540d2397df632fb14c9169 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 29 Oct 2025 17:01:22 +0100 Subject: chore: configure clang-tidy --- cmake/Platforms/x86_64.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/Platforms/x86_64.cmake b/cmake/Platforms/x86_64.cmake index afdc0ec..23287de 100644 --- a/cmake/Platforms/x86_64.cmake +++ b/cmake/Platforms/x86_64.cmake @@ -19,6 +19,7 @@ set(CMAKE_CXX_FLAGS_INIT "-fno-pie" "-fno-rtti" "-fno-exceptions" + "-fno-use-cxa-atexit" "-ffunction-sections" "-fdata-sections" ) -- cgit v1.2.3