Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V VVCSoftware_VTM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • jvet
  • VVCSoftware_VTM
  • Merge requests
  • !94
The source project of this merge request has been removed.

bug #109 same behavior in debug for MSVC and others

Merged Franck Galpin requested to merge (removed):patch_109 into master Nov 14, 2018
  • Overview 0
  • Pipelines 0
  • Changes 1

Define _DEBUG for non MSVC compilers in debug (i.e. when NDEBUG is not defined) to have the same behavior in debug mode for all compilers. For example, it will now define bounds check and other debugging features for gcc when build in debug mode.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: patch_109