/thirdparty/breakpad/client/windows/build/internal/release_impl_official.gypi

http://github.com/tomahawk-player/tomahawk · Unknown · 21 lines · 21 code · 0 blank · 0 comment · 0 complexity · 2323279bd929cdb8c81e6b8ff1de8421 MD5 · raw file

  1. {
  2. 'includes': ['release_defaults.gypi'],
  3. 'defines': ['OFFICIAL_BUILD'],
  4. 'msvs_settings': {
  5. 'VCCLCompilerTool': {
  6. 'Optimization': '3',
  7. 'InlineFunctionExpansion': '2',
  8. 'EnableIntrinsicFunctions': 'true',
  9. 'FavorSizeOrSpeed': '2',
  10. 'OmitFramePointers': 'true',
  11. 'EnableFiberSafeOptimizations': 'true',
  12. 'WholeProgramOptimization': 'true',
  13. },
  14. 'VCLibrarianTool': {
  15. 'AdditionalOptions': ['/ltcg', '/expectedoutputsize:120000000'],
  16. },
  17. 'VCLinkerTool': {
  18. 'LinkTimeCodeGeneration': '1',
  19. },
  20. },
  21. }