Skip to content

Commit

Permalink
Merge pull request #304 from nicksay/boot-size
Browse files Browse the repository at this point in the history
Ensure the proper compilation flags are set for the bootloader.
  • Loading branch information
nicksay committed Feb 28, 2015
2 parents 2a535ed + a709b00 commit 3b286ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ function variables(ninja) {
'--output_wrapper_file $wrapper_js'
];
var bootloader = [
'--define "SPF_BOOTLOADER=true"',
'--closure_entry_point spf.bootloader',
'--output_wrapper "(function(){%output%})();"'
];
Expand Down

0 comments on commit 3b286ad

Please sign in to comment.