libos: Remove a stray os-freestanding from the CMakeLists
This commit is contained in:
parent
a9b5cf99f7
commit
4c0dff9b32
@ -23,5 +23,4 @@ endif()
|
|||||||
if(LUNA_DEBUG_SYMBOLS)
|
if(LUNA_DEBUG_SYMBOLS)
|
||||||
message(STATUS "Building libOS with debug symbols")
|
message(STATUS "Building libOS with debug symbols")
|
||||||
target_compile_options(os PRIVATE -ggdb)
|
target_compile_options(os PRIVATE -ggdb)
|
||||||
target_compile_options(os-freestanding PRIVATE -ggdb)
|
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user