File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pub fn build(b: *std.Build) !void {
11
11
// Custom options
12
12
const use_z = b .option (bool , "use_z" , "Use system zlib" ) orelse true ;
13
13
const build_nyx = b .option (bool , "build_nyx" , "Build Nyx mode on Linux" ) orelse true ;
14
- const enable_wafl = b .option (bool , "enable_wafl" , "Enable WAFL mode on WASI" ) orelse true ;
14
+ const enable_wafl = b .option (bool , "enable_wafl" , "Enable WAFL mode on WASI" ) orelse false ;
15
15
const build_coresight = b .option (bool , "build_coresight" , "Build CoreSight mode on ARM64 Linux" ) orelse true ;
16
16
const build_unicorn_aarch64 = b .option (bool , "build_unicorn_aarch64" , "Build Unicorn mode on ARM64" ) orelse true ;
17
17
const enable_lto = b .option (bool , "enable_lto" , "Enable LTO mode" ) orelse if (target .result .isDarwin ()) false else true ;
You can’t perform that action at this time.
0 commit comments