aboutsummaryrefslogtreecommitdiff
path: root/trace_enabled.go
diff options
context:
space:
mode:
Diffstat (limited to 'trace_enabled.go')
-rw-r--r--trace_enabled.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/trace_enabled.go b/trace_enabled.go
new file mode 100644
index 0000000..c8c375c
--- /dev/null
+++ b/trace_enabled.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 = true