Hello,
when I want to use more flags in --project-option do I need to put for each flag another --project-option?
Example:
--project-option="build_unflags = -std=gnu++11" --project-option="build_flags = -std=c++14"
I tried it on my project and that work well. When I tried to use multiple flags for one --project-option then it fail
If is that correct behavior and it is not possible to use one --project-option for multiple flags, could you please add an example to documentation (e.g. the same as my example)?