mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-28 03:26:28 +00:00
add two LUT-based implementations of isSymbol
This commit is contained in:
@@ -61,6 +61,7 @@ emit_termcap: bool = false,
|
||||
emit_test_exe: bool = false,
|
||||
emit_xcframework: bool = false,
|
||||
emit_webdata: bool = false,
|
||||
emit_unicode_table_gen: bool = false,
|
||||
|
||||
/// Environmental properties
|
||||
env: std.process.EnvMap,
|
||||
@@ -299,6 +300,12 @@ pub fn init(b: *std.Build) !Config {
|
||||
"Build and install test executables with 'build'",
|
||||
) orelse false;
|
||||
|
||||
config.emit_unicode_table_gen = b.option(
|
||||
bool,
|
||||
"emit-unicode-table-gen",
|
||||
"Build and install executables that generate unicode tables with 'build'",
|
||||
) orelse false;
|
||||
|
||||
config.emit_bench = b.option(
|
||||
bool,
|
||||
"emit-bench",
|
||||
|
||||
Reference in New Issue
Block a user