summaryrefslogtreecommitdiff
path: root/tools/cmake/cpu
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-01 12:36:08 +0700
committerhathach <[email protected]>2023-06-01 12:36:08 +0700
commit19a597bcae11077c3011d78f1a85dc2f1bfcd00f (patch)
treed3bd96b4e1d6078021365a0b1e12193db194712f /tools/cmake/cpu
parentddc029ce54913fa898c5225a2e87f136a6b81060 (diff)
add lto for cmake
Diffstat (limited to 'tools/cmake/cpu')
-rw-r--r--tools/cmake/cpu/cortex-m33.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cmake/cpu/cortex-m33.cmake b/tools/cmake/cpu/cortex-m33.cmake
index 26c91a64f..fda277010 100644
--- a/tools/cmake/cpu/cortex-m33.cmake
+++ b/tools/cmake/cpu/cortex-m33.cmake
@@ -3,7 +3,6 @@ if (TOOLCHAIN STREQUAL "gcc")
-mthumb
-mcpu=cortex-m33
-mfloat-abi=hard
- #-mfpu=fpv5-d16
-mfpu=fpv5-sp-d16
)