Skip to content

Commit 836bd49

Browse files
committed
Do not strip by default
to help the backtrace (not tested yet)
1 parent b6e7d3a commit 836bd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ build() {
8282
cd $DIR
8383
make -f $MK clean
8484
make -f $MK $EXE
85-
make -f $MK strip-view
85+
#make -f $MK strip-view
8686
cp $EXE $NAME
8787
}
8888

0 commit comments

Comments
 (0)