diff options
| author | sakimisu <[email protected]> | 2022-12-30 20:51:54 +0800 |
|---|---|---|
| committer | sakimisu <[email protected]> | 2022-12-30 20:51:54 +0800 |
| commit | e88756a41283031ab239f1e61504d394d3fd70de (patch) | |
| tree | a9f90548974c19e242092e78ecdca6ed5f34038a | |
| parent | 82cd954252edc12059d202cc3398be469392f668 (diff) | |
optimise with O2
| -rw-r--r-- | demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx b/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx index e5aa437e..3c697806 100644 --- a/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx +++ b/demo/stm32/usb_host/stm32f429igt6/MDK-ARM/stm32f429igt6.uvprojx @@ -314,7 +314,7 @@ </ArmAdsMisc> <Cads> <interw>1</interw> - <Optim>1</Optim> + <Optim>3</Optim> <oTime>0</oTime> <SplitLS>0</SplitLS> <OneElfS>1</OneElfS> |
