libos: Remove a stray os-freestanding from the CMakeLists

This commit is contained in:
apio 2023-04-07 11:53:41 +02:00
parent a9b5cf99f7
commit 4c0dff9b32
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -23,5 +23,4 @@ endif()
if(LUNA_DEBUG_SYMBOLS)
message(STATUS "Building libOS with debug symbols")
target_compile_options(os PRIVATE -ggdb)
target_compile_options(os-freestanding PRIVATE -ggdb)
endif()