We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e35a3 commit 3b669e8Copy full SHA for 3b669e8
1 file changed
ziggy/src/build-runtime.rkt
@@ -7,7 +7,7 @@
7
8
(unless (system (string-append "make -C '"
9
(path->string (normalize-path here))
10
- "' runtime.o"))
+ "' -s runtime.o"))
11
(error 'build-runtime "could not build runtime"))
12
13
(define runtime-path
0 commit comments