diff options
| author | hathach <[email protected]> | 2023-06-01 12:36:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-01 12:36:08 +0700 |
| commit | 19a597bcae11077c3011d78f1a85dc2f1bfcd00f (patch) | |
| tree | d3bd96b4e1d6078021365a0b1e12193db194712f /tools/cmake/cpu | |
| parent | ddc029ce54913fa898c5225a2e87f136a6b81060 (diff) | |
add lto for cmake
Diffstat (limited to 'tools/cmake/cpu')
| -rw-r--r-- | tools/cmake/cpu/cortex-m33.cmake | 1 |
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 ) |
