We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4001b8c commit 67716d5Copy full SHA for 67716d5
langs/outlaw/Makefile
@@ -61,7 +61,7 @@ runtime.o: $(objs)
61
gcc -r $(objs) -o runtime.o
62
63
%.run: %.o runtime.o
64
- gcc $(link_opts) runtime.o -lunistring $< -o $@
+ gcc $(link_opts) runtime.o -static -lunistring $< -o $@
65
66
.c.o:
67
gcc $(include) -fPIC -c -g -o $@ $<
0 commit comments