From 02b57c2427ed2c6e2807af14f984edc22ce5f50b Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Mon, 30 Sep 2024 10:51:32 +0200 Subject: [PATCH] Fixie --- src/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 51677f165..c5a7ea25e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,7 +20,8 @@ target_compile_options(kernel.elf PUBLIC $<$: -ffreestanding -nostdlib -mno-red-zone - -mcmodel=large>) + -mcmodel=large + >) target_link_options(kernel.elf PUBLIC -ffreestanding -nostdlib @@ -48,4 +49,4 @@ endif () if (NOT TEST_MODE) add_subdirectory(./test/) add_subdirectory(./iso/) -endif () \ No newline at end of file +endif ()