diff --git a/libos/CMakeLists.txt b/libos/CMakeLists.txt index dda82cd8..9c0589c9 100644 --- a/libos/CMakeLists.txt +++ b/libos/CMakeLists.txt @@ -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()