From 4c0dff9b32854ff06991bacf1a20c360fe741416 Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 7 Apr 2023 11:53:41 +0200 Subject: [PATCH] libos: Remove a stray os-freestanding from the CMakeLists --- libos/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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()