Skip to content

Commit

Permalink
Do not strip binary during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mewim committed May 14, 2024
1 parent fb18010 commit c21d1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ clangd-diagnostics: | allconfig java_native_header

# Installation
install:
cmake --install build/release --prefix $(PREFIX) --strip
cmake --install build/release --prefix $(PREFIX)


# Cleaning
Expand Down

0 comments on commit c21d1c2

Please sign in to comment.