Federico Kircheis via Cygwin writes: > I should be able to set something like > > STRIP=/usr/bin/true > > and then stripping should be a no-op, but it did not work, the > binaries in the install folder are still stripped.
That only works if strip was used to remove the symbol information. You probably need RESTRICT="strip" instead, see: https://cygwin.github.io/cygport/src_postinst_cygpart.html#robo140 Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple

