Bug 338791
Summary: | qmake-qt4 does not honour $RPM_OPT_FLAGS | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Till Maas <opensource> |
Component: | qt4 | Assignee: | Than Ngo <than> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 7 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-10-19 01:52:12 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 235703 |
Description
Till Maas
2007-10-18 20:52:57 UTC
This is most likely a bug in vym, not qt4. I'll go take a closer look. For examples, see /usr/lib/qt4/mkspecs/linux-g++/qmake.conf or /usr/lib64/qt4/mkspecs/linux-g++-64/qmake.conf vym.pro needs CONFIG += ... release instead of 'debug' in there somewhere to inherit the proper flags. 'debug' targets purposely omit optimization flags. |