Re: [ovs-dev] [ovs-dev 2/3] ovs-dev.py: Support additional optimization flags.

2014-09-12 Thread Daniele Di Proietto
There¹s a minor issue with this patch: not every option is supported by every compiler (for example, on my system, clang doesn¹t support -Og). In this case ovs-dev.py fails to generate a Makefile. I think we can address this in a separate commit. In the meantime: Acked-by: Daniele Di Proietto O

[ovs-dev] [ovs-dev 2/3] ovs-dev.py: Support additional optimization flags.

2014-09-05 Thread Ethan Jackson
They may or may not make a difference, but there's no reason not to support passing them. Signed-off-by: Ethan Jackson --- utilities/ovs-dev.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py index e454e18..3686391 10075