summaryrefslogtreecommitdiff
path: root/build-aux/cccl
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2015-04-12 10:13:59 -0700
committerJustin Pettit <jpettit@nicira.com>2015-04-12 10:13:59 -0700
commitdaaeeec0bd4348b1f6ac5ca5a302e57bd11cca01 (patch)
tree5b34ccd589c61547044dfbfcf77636bfcd8ebb61 /build-aux/cccl
parent717c7fc508044d08210c686c1e8576c29a108f86 (diff)
parente8fe6ad03aa3d25b5ae99190d5aa065705a1b3c8 (diff)
downloadopenvswitch-daaeeec0bd4348b1f6ac5ca5a302e57bd11cca01.tar.gz
Merge remote-tracking branch 'origin/master' into ovn
Conflicts: tutorial/ovs-sandbox
Diffstat (limited to 'build-aux/cccl')
-rw-r--r--build-aux/cccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/cccl b/build-aux/cccl
index 2a4dccc52..456292e5f 100644
--- a/build-aux/cccl
+++ b/build-aux/cccl
@@ -90,7 +90,7 @@ EOF
;;
-O0)
- clopt="$clopt ${slash}Ot"
+ clopt="$clopt ${slash}Od ${slash}D_DEBUG"
;;
-O2)