diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-29 17:01:22 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-29 17:01:22 +0100 |
| commit | 7b9df8bec5038e0316540d2397df632fb14c9169 (patch) | |
| tree | 3b5959510cbfd336479b97413427a35972e6e305 /cmake/Platforms | |
| parent | b157e2c472d8bd67ac1656404a6a6ee821260f4b (diff) | |
| download | teachos-7b9df8bec5038e0316540d2397df632fb14c9169.tar.xz teachos-7b9df8bec5038e0316540d2397df632fb14c9169.zip | |
chore: configure clang-tidy
Diffstat (limited to 'cmake/Platforms')
| -rw-r--r-- | cmake/Platforms/x86_64.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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" ) |
