]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: Install/use a stripped pulseview.exe.
authorUwe Hermann <redacted>
Sun, 7 Dec 2014 18:07:28 +0000 (19:07 +0100)
committerUwe Hermann <redacted>
Sun, 7 Dec 2014 18:07:28 +0000 (19:07 +0100)
This reduces the installer size by a few MB.

cross-compile/mingw/sigrok-cross-mingw

index 65887005b859dc334ad399010d79e098feb21c5f..16be9973151d41a1e53031f180cfb320d981834c 100755 (executable)
@@ -185,7 +185,7 @@ $GIT_CLONE git://sigrok.org/pulseview
 cd pulseview
 cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y .
 make $PARALLEL VERBOSE=1
-make install
+make install/strip
 makensis -DHOME=$HOME contrib/pulseview_cross.nsi
 cd ..