aboutsummaryrefslogtreecommitdiff
path: root/bpkg/odb.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-12 06:24:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-12 06:24:29 +0200
commit17ea04afcce1af129cac9dd2f840799a6e8b50eb (patch)
tree5c5b4b26eec452a1948d89b609a20775735ce2cc /bpkg/odb.sh
parent131278100eb4b5611f38c2ecd676dcbc14120915 (diff)
Use c++14 during ODB compilation
Diffstat (limited to 'bpkg/odb.sh')
-rwxr-xr-xbpkg/odb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/odb.sh b/bpkg/odb.sh
index 8aba966..f0f9915 100755
--- a/bpkg/odb.sh
+++ b/bpkg/odb.sh
@@ -11,7 +11,7 @@ lib="\
$odb $lib -I.. -I../../libbpkg -I../../libbutl \
-DLIBODB_BUILD2 -DLIBODB_SQLITE_BUILD2 --generate-schema \
- -d sqlite --std c++11 --generate-query \
+ -d sqlite --std c++14 --generate-query \
--odb-epilogue '#include <bpkg/wrapper-traits.hxx>' \
--hxx-prologue '#include <bpkg/wrapper-traits.hxx>' \
--include-with-brackets --include-prefix bpkg --guard-prefix BPKG \