On Thu, Sep 4, 2014 at 5:16 PM, Saurabh Shah <ssaur...@vmware.com> wrote: >> >>diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 >>index e918f25..2044e6b 100644 >>--- a/m4/openvswitch.m4 >>+++ b/m4/openvswitch.m4 >>@@ -86,6 +86,14 @@ AC_DEFUN([OVS_CHECK_WIN32], >> AC_MSG_ERROR([pthread directory not specified]) >> ] >> ) >>+ AC_ARG_WITH([debug], >>+ [AS_HELP_STRING([--with-debug], >>+ [Build without compiler optimizations])], > > Can we use explicit "-O0" instead and translate it in cccl? The default > option for windows seems to be 'Ot', which optimizes for speed. > http://msdn.microsoft.com/en-us/library/k1ack8f1.aspx
I added your suggestion. I had to change the variable name from RELEASE_CFLAGS to MSVC_FLAGS. > > > Otherwise looks good, > Acked-by: Saurabh Shah <ssaur...@vmware.com> Thanks! I applied. > > Saurabh > > _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev