http://qa.mandrakesoft.com/show_bug.cgi?id=5758
Product: qt3-common
Component: program
Summary: qmake is creating Makefile with "strip" even if DEBUG is
defined
Product: qt3-common
Version: 3.1.2-14mdk
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
MythTV (http://www.mythtv.org) has a top-level settings.pro that has CONFIG +=
debug defined.
Qmake creates the sub-Makefiles for the various components of Myth. QMake
should not strip a binary if it's been compiled for debug, because that makes it
fairly useless.
####### Install
install_target:
@$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/local/bin/" || $(MKDIR)
"$(INSTALL_ROOT)/usr/local/bin/"
-$(COPY) "$(QMAKE_TARGET)" "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
-strip "$(INSTALL_ROOT)/usr/local/bin/$(QMAKE_TARGET)"
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.