harden compiler parsing, recovery, and deep-expression handling
This commit is contained in:
@@ -19,8 +19,6 @@ build_command :: proc(
|
||||
command: [dynamic]string
|
||||
command.allocator = allocator
|
||||
append_owned(&command, "/usr/bin/env", allocator)
|
||||
append_owned(&command, "ZIG_LOCAL_CACHE_DIR=/tmp/brolang-zig-cache", allocator)
|
||||
append_owned(&command, "ZIG_GLOBAL_CACHE_DIR=/tmp/brolang-zig-global-cache", allocator)
|
||||
append_owned(&command, "zig", allocator)
|
||||
append_owned(&command, "cc", allocator)
|
||||
append_owned(&command, "-Wno-override-module", allocator)
|
||||
|
||||
Reference in New Issue
Block a user