An Overlay-based
Virtual Network Substrate
SpoVNet

Ticket #1 (new defect)

Opened 3 years ago

Last modified 3 years ago

Compiler Optimization flags not turned off in debug mode

Reported by: mayer Owned by: somebody
Priority: major Milestone:
Component: Deployment Version: 0.1.0
Keywords: debug flags Cc:

Description

When using ./configure --enable-debug=yes the -ggdb -DDEBUG -D_DEBUG -O0 flags are used correctly. But somehow additionally the -g (does not hurt) and -O2 (does hurt) flags are also used.

Where are these coming from? I suspect maybe from boost? The -O0 and -O2 flags clash and there is certainly no well-defined behavior for this.

Change History

Changed 3 years ago by mayer

  • owner changed from somebody to stud-ferdaus

Changed 3 years ago by mayer

  • owner changed from stud-ferdaus to somebody
Note: See TracTickets for help on using tickets.