We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e8577 commit 8654f61Copy full SHA for 8654f61
1 file changed
langs/outlaw/compile-library.rkt
@@ -7,4 +7,5 @@
7
(define (main)
8
(begin
9
(read-line) ; ignore #lang racket line
10
+ (current-shared? #t)
11
(displayln (asm-string (compile-library (parse-library (read-all)))))))
0 commit comments