Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#338 closed defect (fixed)

Preprocessor definition NDEBUG is defined for NMAKE debug builds

Reported by: mloskot Owned by: mloskot
Priority: major Milestone:
Component: Build/Install Version: main
Severity: Unassigned Keywords: msvc
Cc:

Description

The CPPFLAGS in nmake.opt for debug configuration consist of NDEBUG definition that leads to inconsistent compilation (i.e. assert() macro not defined for debug).

Debug build using NMAKE:

nmake /f makefile.vc BUILD_DEBUG=YES

Change History (4)

comment:1 by mloskot, 14 years ago

Owner: changed from pramsey to mloskot
Status: newassigned

comment:2 by mloskot, 14 years ago

Fixed in trunk (r2968)

comment:3 by mloskot, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in branches/3.2 (r2969)

comment:4 by mloskot, 14 years ago

Fixed in branches/3.1 (r2971)

Note: See TracTickets for help on using tickets.