mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 08:07:52 +01:00
Fixie
This commit is contained in:
@@ -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 ()
|
||||||
|
|||||||
Reference in New Issue
Block a user