Skip to content

Commit d4eac74

Browse files
committed
support gas
1 parent fb0b030 commit d4eac74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/app.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Backend options:
6363
x86_64:
6464
use-libc - Makes Callisto use the C runtime and links libc
6565
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
6667
";
6768

6869
int main(string[] args) {

0 commit comments

Comments
 (0)