aboutsummaryrefslogtreecommitdiff
path: root/trace_disabled.go
diff options
context:
space:
mode:
Diffstat (limited to 'trace_disabled.go')
-rw-r--r--trace_disabled.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/trace_disabled.go b/trace_disabled.go
new file mode 100644
index 0000000..16c0d48
--- /dev/null
+++ b/trace_disabled.go
@@ -0,0 +1,9 @@
+// Copyright 2017 The Virtual Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// +build !sqlite.trace
+
+package sqlite
+
+const trace = false