Commit 10dc9dd5 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Switch back to default config

parent dbd55926
......@@ -2,7 +2,7 @@
#define SETTINGS_H
#define USE_SQLITE3 0
#define USE_LIBCLANG 1
#define USE_LIBCLANG 0
#define IS_SUPPORTED(x) \
((USE_SQLITE3 && strcmp("USE_SQLITE3",(x))==0) || \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment