2 Commits

Author SHA1 Message Date
dependabot[bot]
1a02a498ae Merge fd5513fb79 into 02b57c2427 2024-10-09 18:02:32 +02:00
02b57c2427 Fixie 2024-09-30 10:51:32 +02:00

View File

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