We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed117b6 commit c3cd00eCopy full SHA for c3cd00e
1 file changed
make
@@ -11,7 +11,7 @@ VERSION="0.2.3"
11
12
if [[ $1 = '' ]]; then
13
echo "Compiling '$ENTRY_FILE' into '$DIST'"
14
- ${COMPILER} build -o ${OUTPUT} -v ${ENTRY_FILE}
+ ${COMPILER} build -ldflags "-s -w" -o ${OUTPUT} -v ${ENTRY_FILE}
15
echo "Compiled Successfully into '$OUTPUT'"
16
elif [[ $1 = 'appimage' ]]; then
17
echo "Building AppImage"
0 commit comments