mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +01:00
Compare commits
2 Commits
dependabot
...
1a02a498ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a02a498ae | ||
| 02b57c2427 |
@@ -20,7 +20,8 @@ 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
|
||||
@@ -48,4 +49,4 @@ endif ()
|
||||
if (NOT TEST_MODE)
|
||||
add_subdirectory(./test/)
|
||||
add_subdirectory(./iso/)
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user