Skip to content

Commit

Permalink
waf: use -O3 for all current boards
Browse files Browse the repository at this point in the history
  • Loading branch information
guludo authored and tridge committed Dec 2, 2015
1 parent 4266e92 commit e2790f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ BOARDS = {
'CONFIG_HAL_BOARD_SUBTYPE=HAL_BOARD_SUBTYPE_NONE',
],

CXXFLAGS=[
'-O3'
],

LIB=[
'm',
'pthread',
Expand All @@ -103,6 +107,10 @@ BOARDS = {
'CONFIG_HAL_BOARD_SUBTYPE=HAL_BOARD_SUBTYPE_LINUX_NONE',
],

CXXFLAGS=[
'-O3'
],

LIB=[
'm',
'pthread',
Expand All @@ -120,6 +128,10 @@ BOARDS = {
'CONFIG_HAL_BOARD_SUBTYPE=HAL_BOARD_SUBTYPE_LINUX_MINLURE',
],

CXXFLAGS=[
'-O3'
],

LIB=[
'm',
'pthread',
Expand Down

0 comments on commit e2790f4

Please sign in to comment.