We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e7d3a commit 836bd49Copy full SHA for 836bd49
make/scripts/build.sh
@@ -82,7 +82,7 @@ build() {
82
cd $DIR
83
make -f $MK clean
84
make -f $MK $EXE
85
- make -f $MK strip-view
+ #make -f $MK strip-view
86
cp $EXE $NAME
87
}
88
0 commit comments