Skip to content
Snippets Groups Projects
Commit 80fc1517 authored by John Hodge's avatar John Hodge
Browse files

Nightly fix

parent 1386157d
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"os": "tifflin", "os": "tifflin",
"arch": "x86_64", "arch": "x86_64",
"linker-flavor": "ld", "linker-flavor": "ld",
"pre-link-args": ["-m64"], "pre-link-args": { "ld": ["-m64"] },
"no-compiler-rt": true, "no-compiler-rt": true,
"disable-redzone": true, "disable-redzone": true,
"eliminate-frame-pointer": false, "eliminate-frame-pointer": false,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment