We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d83708 commit 8a16e46Copy full SHA for 8a16e46
build_production.sh
@@ -1,4 +1,7 @@
1
-mkdir bin && rm -r bin && mkdir bin
+if [ -f "bin" ]; then
2
+ rm -r bin
3
+fi
4
+mkdir bin
5
v -prod -skip-unused -cflags -Os . -o bin/RealTimeWebChatInV_linux_amd64 & v -prod -skip-unused -cflags -Os -os windows . -o bin/RealTimeWebChatInV_windows_amd64.exe
6
du bin/RealTimeWebChatInV_*
7
strip -s bin/RealTimeWebChatInV_*
0 commit comments