From b1cf6515f5380021f53bd65aecafbb5d7f341e36 Mon Sep 17 00:00:00 2001 From: Ladislas de Toldi Date: Mon, 15 Jul 2024 10:24:09 +0200 Subject: [PATCH] FIXUP - use nano lib --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8730a20741..7bfec24bfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -136,6 +136,10 @@ project(LekaOS LANGUAGES C CXX ASM) include(add_lib) +list(APPEND link_options + "--specs=nano.specs" +) + # Add c++ support, include directories include_directories(BEFORE SYSTEM ${INCLUDE_DIR}/cxxsupport