0

.soHIDAPI ライブラリのストリップ ファイルを作成しようとしています。https://github.com/libusb/hidapi.gitからライブラリを複製しました。Linux システムでビルドする手順は次のとおりです。

./bootstrap
./configure
make
sudo make install 

.so指定された場所にファイルを生成しています。file-command でファイルをチェックする.soと、「not-stripped」になっています。

$ file libhidapi-libusb.so.0.0.0
libhidapi-libusb.so.0.0.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=df7b02a51941902793e795cd5ff7ec3173d3a7fe, with debug_info, not stripped

.soLinux のリリース モードで HIDAPI ライブラリのファイルを生成するにはどうすればよいですか?

4

1 に答える 1