Skip to content

Commit

Permalink
cross: Optimize for debugg (-Og) typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Jul 19, 2014
1 parent 0e72352 commit 2cfdefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilg.gnuarmeclipse.managedbuild.cross/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ option.optimization.level.optimize = Optimize (-O1)
option.optimization.level.more = Optimize more (-O2)
option.optimization.level.most = Optimize most (-O3)
option.optimization.level.size = Optimize size (-Os)
option.optimization.level.debug = Optimize for debugg (-Og)
option.optimization.level.debug = Optimize for debug (-Og)
option.optimization.messagelength = Message length (-fmessage-length=0)
option.optimization.signedchar = 'char' is signed (-fsigned-char)
option.optimization.functionsections = Function sections (-ffunction-sections)
Expand Down

0 comments on commit 2cfdefd

Please sign in to comment.