Opened 7 years ago
Closed 7 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 7 years ago by riza
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In r5679:
Closed #2054: When setting CXXCFLAGS manually, make sure it's applied correctly.