We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec617d1 commit 849790eCopy full SHA for 849790e
Makefile
@@ -26,4 +26,4 @@ clean:
26
27
28
windows: $(DEPS)
29
- $(WCC) -o $(NAME).exe $(CPPFILES) $(MAIN_CFILES) -lm -static-libstdc++
+ $(WCC) -o $(NAME).exe $(CPPFILES) $(MAIN_CFILES) -lm --static -static-libstdc++
0 commit comments