Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4.2k
    • Issues 4.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !298

VS: Add v140 and v141 flag table entries for `-Zc:inline[-]`

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Brad King requested to merge brad.king/cmake:vs15-Zc-inline-false into master Nov 30, 2016
  • Overview 6
  • Commits 2
  • Pipelines 2
  • Changes 2

The documentation of this option claims that the default is off, but VS seems to use -Zc:inline by default if RemoveUnreferencedCodeData does not appear in the .vcxproj file. Add the flag table entry to allow use of the flag to be configured.

Suggested on mailing list thread Nov 2016: VS2015 /Zc:inline.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vs15-Zc-inline-false