update CMakeLists.txt in Chapter04/bare

This commit is contained in:
Amar Mahmutbegovic
2024-04-28 23:08:12 +02:00
parent ca8153fdc8
commit 4025dd4951

View File

@@ -119,12 +119,12 @@ target_link_options(
-T${CMAKE_SOURCE_DIR}/platform/STM32F072C8Tx_FLASH.ld
-mcpu=cortex-m0
-mthumb
-specs=nosys.specs
-specs=nano.specs
-lnosys
-u
-lc
-lm
-lnosys
-Wl,--no-warn-rwx-segments
-Wl,-Map=${PROJECT_NAME}.map,--cref
-Wl,--gc-sections)