Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 8293] It's not possible to specify empty arguments to cast's --clfags and --ldflags options

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 8293] It's not possible to specify empty arguments to cast's --clfags and --ldflags options
  • Date: Mon, 21 Feb 2005 12:29:31 -0800 (PST)

http://bugs.sourcemage.org/show_bug.cgi?id=8293


acedit AT armory.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID




------- Additional Comments From acedit AT armory.com 2005-02-21 12:29 -------
no, you just dont have them at all! They are intended to OVERRIDE existing
args.
They are APPENDED to the existing cflags specified by the archspecs and menu:

export CFLAGS="-O $CFLAGS $CUSTOM_CFLAGS $OVERRIDE_CFLAGS"
export CXXFLAGS="$CFLAGS $CUSTOM_CXXFLAGS $OVERRIDE_CXXFLAGS"
export LDFLAGS="$LDFLAGS $CUSTOM_LDFLAGS $OVERRIDE_LDLAGS"


there is a --no-opts flags to disable the flags from the archspec and the menu
which simply allows the following code to run
export CFLAGS="$OVERRIDE_CFLAGS"
export CXXFLAGS="$OVERRIDE_CXXFLAGS"
export LDFLAGS="$OVERRIDE_LDLAGS"

As is specified in the cast output:
--no-opts Turn off setting optimization flags, except
for those found in --cflags, --cxxflags and
--ldflags


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 8293] It's not possible to specify empty arguments to cast's --clfags and --ldflags options, bugzilla-daemon, 02/21/2005

Archive powered by MHonArc 2.6.24.

Top of Page