The following reply was made to PR ports/96842; it has been noted by GNATS.
From: Michael Nottebrock <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: ports/96842: KDE3 port does not respect CFLAGS/CXXFLAGS Date: Mon, 08 May 2006 14:08:33 +0200 The optimization level that's specified last in a gcc invocation is the one that gets used, see the gcc documentation. If you examine the build output, you will notice that the user-specified C(XX)FLAGS are always appended to the default flags set by KDE's build system, i.e. -Os comes after -O2 and thus your specified optimization level is being used. _______________________________________________ kde-freebsd mailing list [email protected] http://freebsd.kde.org/mailman/listinfo/kde-freebsd
