From 8a82226c0c0aa332a5ed007eec581d4cd859b879 Mon Sep 17 00:00:00 2001 From: Amar Mahmutbegovic Date: Sun, 30 Jun 2024 22:44:58 +0200 Subject: [PATCH] update bare cmake file --- Chapter04/bare/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Chapter04/bare/CMakeLists.txt b/Chapter04/bare/CMakeLists.txt index b61ec91..bc9971e 100644 --- a/Chapter04/bare/CMakeLists.txt +++ b/Chapter04/bare/CMakeLists.txt @@ -115,10 +115,6 @@ target_link_options( -mcpu=cortex-m0 -mthumb -specs=nano.specs - -lnosys - -u - -lc - -lm -Wl,--no-warn-rwx-segments -Wl,-Map=${PROJECT_NAME}.map,--cref -Wl,--gc-sections)