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"]
Christian
_______________________________________________
Qbs mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs