diff --git a/dist/platform/elb b/dist/platform/elb index 5d62fdd..2df99e2 100755 Binary files a/dist/platform/elb and b/dist/platform/elb differ diff --git a/elb.el b/elb.el index 900dc43..4cd1d4c 100644 --- a/elb.el +++ b/elb.el @@ -262,7 +262,7 @@ fn link_binary(c_files: [String], out_bin: String, runtime_path: String, out_dir let parts: [String] = native_list_empty() // Include both the runtime dir (for el_runtime.h) and the output dir // (for module.elh cross-module forward declarations). - let parts = native_list_append(parts, "cc -O2 -I " + dirname_of(runtime_path) + " -I " + out_dir) + let parts = native_list_append(parts, "cc -O2 -fbracket-depth=1024 -I " + dirname_of(runtime_path) + " -I " + out_dir) let i = 0 while i < n { let f: String = native_list_get(c_files, i)