We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0854f commit cba15a9Copy full SHA for cba15a9
shell/build_and_install.sh
@@ -1 +1 @@
1
-cargo build --release && sudo cp target/release/stackmuncher /usr/bin/ && sudo chmod 755 /usr/bin/stackmuncher
+cargo build --release && cargo strip && sudo cp target/release/stackmuncher /usr/local/bin/ && sudo chmod 755 /usr/local/bin/stackmuncher
0 commit comments