Ciaran McCreesh wrote:

[snip]

* syntax highlighting for make.conf, including error highlighting for
common screwups like "-02".



[snip]

Livecd people: you're exempt, although I suggest you reconsider --
wouldn't it be nice if *every* editor highlighted CFLAGS="-02" in red so
that the user could see that they'd screwed up? :)


How is "CFLAGS="-O2" a screwup? Isn't that the default "catalyst" provides? I've been using

CFLAGS="-march=i686 -O2 -pipe -fomit-frame-pointer"

for some time now. Is the -O2 somehow breaking things? I've only found *one* piece of code that benefits from more optimization than that ... the Atlas linear algebra library. And that one looks at your processor and loads assembler code to take full advantage of it, ignoring the CFLAGS :).

--
[email protected] mailing list



Reply via email to