Skip to content

Commit b2b1ac1

Browse files
authored
Merge pull request #11212 from chrissnow/uVison_opt_level
Change default optimisation level to O1 when exporting to uVision
2 parents 73d6aa5 + a430b6a commit b2b1ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/uvision/uvision.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
</ArmAdsMisc>
356356
<Cads>
357357
<interw>0</interw>
358-
<Optim>1</Optim>
358+
<Optim>2</Optim>
359359
<oTime>0</oTime>
360360
<SplitLS>0</SplitLS>
361361
<OneElfS>1</OneElfS>

0 commit comments

Comments
 (0)