Skip to content

Commit

Permalink
Strip executable after building
Browse files Browse the repository at this point in the history
  • Loading branch information
piepie62 committed Apr 22, 2020
1 parent 170e907 commit a3fb819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ clean:

$(EXEC_NAME): $(BUILD_OFILES)
$(LD) $(BUILD_OFILES) $(LDFLAGS) -o $@
strip $@

$(BUILD)/%.c.o: $$(subst __PrEvDiR,..,$$*.c)
@mkdir -p $(dir $@)
Expand Down

0 comments on commit a3fb819

Please sign in to comment.