Skip to content

Commit

Permalink
Remove duplicated STRIP command
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Apr 26, 2024
1 parent 8b81f97 commit 2d4df32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.flags
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ endif
###################################################
# Disable strip command
#
STRIP := strip -R .comment -R .note -R .note.ABI-tag
ifneq ($(EMSCRIPTEN),)
STRIP :=
endif
Expand Down

0 comments on commit 2d4df32

Please sign in to comment.