[QBS] strange behaviour with cpp.linkerFlags

Stephan Gatzka stephan.gatzka at gmail.com
Sat Jul 18 14:53:05 CEST 2015


Hi,

I've seen a change between qbs 1.3.4 and 1.4.1.

With version 1.3.4 I could specifiy
cpp.linkerFlags: ["-u","read","-u","write"]
expanding to
-u read -u write
when gcc is called for linking.

With version 1.4.1 the same line expands to
-u read write
which is obviously not working.

Did I specified it incorrectly or have I found a bug?

Regards,

Stephan



More information about the Qbs mailing list