ovs-dev.py: Build with both GCC and Clang.
authorEthan Jackson <ethan@nicira.com>
Fri, 15 Nov 2013 23:55:19 +0000 (15:55 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 12 Dec 2013 23:21:15 +0000 (15:21 -0800)
commit30fbc7b61c3ba9ad66b9974f266ec8dd41b09291
tree373c3e709e5c4198c7da3626a735d3f8d0c5f2dd
parent7f8f2757f3d6749f832f9fe2c0229d6587cfbad9
ovs-dev.py: Build with both GCC and Clang.

Many deployments prefer to use gcc in production and it supports
sparse, while clang supports thread safety analysis and has
more/better warnings and error messages.  This patch changes
ovs-dev.py to build with both so that developers are unlikely to miss
something that one or the other could catch.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
.gitignore
utilities/ovs-dev.py