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 ()