Skip to content
Snippets Groups Projects
Commit d41f0362 authored by Marco Bonardo's avatar Marco Bonardo
Browse files

Bug 1123334 - Use SQLITE_ENABLE_API_ARMOR in debug mode. r=asuth

MozReview-Commit-ID: IOa2167571s

--HG--
extra : rebase_source : 0d5ee321716bfa74cfb0083a61b7cf23ea45e24b
parent dfec2203
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,7 @@ if CONFIG['MOZ_THUNDERBIRD'] or CONFIG['MOZ_SUITE']:
# Turn on SQLite's assertions in debug builds.
if CONFIG['MOZ_DEBUG']:
DEFINES['SQLITE_DEBUG'] = 1
DEFINES['SQLITE_ENABLE_API_ARMOR'] = True
if CONFIG['OS_TARGET'] == 'Android':
# default to user readable only to fit Android security model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment