AdaCore / libadalang-tools

Libadalang-based tools
GNU General Public License v3.0
16 stars 13 forks source link

Stripping all install bin folder? #34

Open Blady-Com opened 1 month ago

Blady-Com commented 1 month ago

In makefile stripping concerns all dest install bin folder (line 130): test "$(BUILD_MODE)" = dev || strip "$(DESTDIR)/bin/"* Is it expected that all content of dest install folder is stripped?