Opened 6 years ago

Closed 6 years ago

#2054 closed defect (fixed)

When set CXXCFLAGS manually, make sure it is applied correctly.

Reported by: riza Owned by: bennylp
Priority: normal Milestone: release-2.7.1
Component: common Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

Setting CXXCFLAGS manually sometimes is needed, e.g: set "-std=c++03" option.
However the current build configuration might ignore/overwrite it.

This patch will make sure that the CXXCFLAGS is applied correctly.

Thanks to Alexander Traud for the patch.

Change History (1)

comment:1 Changed 6 years ago by riza

  • Resolution set to fixed
  • Status changed from new to closed

In r5679:

Closed #2054: When setting CXXCFLAGS manually, make sure it's applied correctly.

Note: See TracTickets for help on using tickets.