Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> This patch tries to make us kinder to the user that wants to set | Lars> his own compiler options. With this patch the user does not have | Lars> to add the options that we require for a correct build. > | Great! I can remove it from my TODO. > | Lars> If the flags (CXXFLAGS) is user supplied, the debug flag and the | Lars> optimizer flag (+ the warnings) is overrided by the user input. > | Lars> Comments? > | If it works, I like it.
WFM. | BTW, why do you change the ordering of lyx_flags? To never start the string with a space, which would be the case on first set: var='$var hello' -> var == " hello" were as I want "hello". That is the only reason. -- Lgb