Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #503 from apiaryio/tjanc/O3
Browse files Browse the repository at this point in the history
Compile with -O3
  • Loading branch information
pksunkara authored Sep 15, 2017
2 parents c9df5e1 + a806f8d commit 25e3310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
}
},
'Release': {
'cflags': [ '-O3' ],
'conditions': [
['target_arch=="x64"', {
'msvs_configuration_platform': 'x64',
Expand Down

0 comments on commit 25e3310

Please sign in to comment.