We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0b030 commit d4eac74Copy full SHA for d4eac74
source/app.d
@@ -63,6 +63,7 @@ Backend options:
63
x86_64:
64
use-libc - Makes Callisto use the C runtime and links libc
65
frame-ptr - Makes Callisto use both rbp (frame pointer) and rsp for stack frames
66
+ use-gas - Makes Callisto use GNU Assembler instead of nasm
67
";
68
69
int main(string[] args) {
0 commit comments