Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.buildout bob.buildout
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.buildoutbob.buildout
  • Issues
  • #3
Closed
Open
Issue created Feb 10, 2014 by André Anjos@andre.anjos💬Owner

The 'debug' flags are insufficient

Created by: siebenkopf

When I use the debug=true option in the buildout.cfg, the only compiler option that is added is -O0. This is insufficient since:

  1. the NDEBUG flag is still set. This means that C++ assertions are still disabled. To avoid this, add a -UNDEBUG compiler option.
  2. the BZ_DEBUG flag is not set. This means that blitz indexes are still not checked. To add this flag, use -DBZ_DEBUG=1

In fact, to be able to select point 2 (which slows down the execution tremendously) independently (and also other compiler flags), it would be nice to have a extra cflags option in the flags.

Assignee
Assign to
Time tracking