Skip to content

Commit cf38255

Browse files
fpistmcparata
authored andcommitted
fix(boards.txt): Wrong Generic U5 debug optimization
Signed-off-by: Frederic Pillon <[email protected]>
1 parent e653b0d commit cf38255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7346,8 +7346,8 @@ GenU5.menu.opt.o3std=Fastest (-O3)
73467346
GenU5.menu.opt.o3std.build.flags.optimize=-O3
73477347
GenU5.menu.opt.o3lto=Fastest (-O3) with LTO
73487348
GenU5.menu.opt.o3lto.build.flags.optimize=-O3 -flto
7349-
GenU5.menu.opt.ogstd=Debug (-g)
7350-
GenU5.menu.opt.ogstd.build.flags.optimize=-g -Og
7349+
GenU5.menu.opt.ogstd=Debug (-Og)
7350+
GenU5.menu.opt.ogstd.build.flags.optimize=-Og
73517351
GenU5.menu.opt.o0std=No Optimization (-O0)
73527352
GenU5.menu.opt.o0std.build.flags.optimize=-O0
73537353

0 commit comments

Comments
 (0)