Skip to content

Commit

Permalink
Strip debug info from plugin binary
Browse files Browse the repository at this point in the history
  • Loading branch information
bni committed Jun 29, 2011
1 parent 51a7404 commit 3e610a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Palm/SoundPlug/build_plugin.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi
CPPFLAGS="-I${PalmPDK}/include -I${PalmPDK}/include/SDL --sysroot=$SYSROOT" CPPFLAGS="-I${PalmPDK}/include -I${PalmPDK}/include/SDL --sysroot=$SYSROOT"
LDFLAGS="-L${LIBDIR} -Wl,--allow-shlib-undefined" LDFLAGS="-L${LIBDIR} -Wl,--allow-shlib-undefined"


$CC $DEVICEOPTS $CPPFLAGS $LDFLAGS -lSDL -lSDL_mixer -lpdl -o $OUTFILE $SRC $CC $DEVICEOPTS $CPPFLAGS $LDFLAGS -lSDL -lSDL_mixer -lpdl -s -o $OUTFILE $SRC

0 comments on commit 3e610a1

Please sign in to comment.