Add no_snippets
This commit is contained in:
@@ -23,6 +23,12 @@ pub fn build(b: *std.build.Builder) !void {
|
||||
data_version,
|
||||
);
|
||||
|
||||
exe.addBuildOption(
|
||||
bool,
|
||||
"no_snippets",
|
||||
b.option(bool, "no_snippets", "Use regular completion without snippets. Useful for compatibility.") orelse false,
|
||||
);
|
||||
|
||||
exe.addBuildOption(
|
||||
bool,
|
||||
"leak_detection",
|
||||
|
||||
Reference in New Issue
Block a user