>
>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


Otherwise looks good,
Acked-by: Saurabh Shah <ssaur...@vmware.com>

Saurabh


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to