Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Windows: disable minimal rebuild (/Gm)
Browse files Browse the repository at this point in the history
If enabled multicore compile doesn't work.
  • Loading branch information
piscisaureus committed Apr 29, 2012
1 parent e2cae34 commit 0c32087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -24,7 +24,7 @@
}],
],
'Optimization': 0, # /Od, no optimization
'MinimalRebuild': 'true',
'MinimalRebuild': 'false',
'OmitFramePointers': 'false',
'BasicRuntimeChecks': 3, # /RTC1
},
Expand Down

0 comments on commit 0c32087

Please sign in to comment.