31.07.2017 13:11, Christian Kandeler пишет:
On Mon, 31 Jul 2017 12:54:43 +0300
Карелин Павел <[email protected]> wrote:
For a GCC compiler, I need to pass a parameter: --param
inline-unit-growth=120
I do this as follows
cpp.driverFlags: [
"--param inline-unit-growth=120",
]
Why are you passing this as one string? Clearly, these are two separate
command-line arguments:
cpp.driverFlags: ["--param", "inline-unit-growth=120"]
Because logical - it's a uniform parameter. And I haven't guessed that
it should be transmitted in two parts.
Thanks for the advice - it works
--
Pavel
Christian
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs