1 Commits

Author SHA1 Message Date
dependabot[bot]
3e75654607 Merge fd5513fb79 into 03d74e2756 2024-09-03 22:53:46 +00:00

View File

@@ -20,8 +20,7 @@ target_compile_options(kernel.elf PUBLIC $<$<COMPILE_LANGUAGE:C>:
-ffreestanding
-nostdlib
-mno-red-zone
-mcmodel=large
>)
-mcmodel=large>)
target_link_options(kernel.elf PUBLIC
-ffreestanding
-nostdlib
@@ -49,4 +48,4 @@ endif ()
if (NOT TEST_MODE)
add_subdirectory(./test/)
add_subdirectory(./iso/)
endif ()
endif ()