Skip to content

Commit

Permalink
Fix release builds (#26735)
Browse files Browse the repository at this point in the history
Used wrong whitespace when cleaning up Makefile indentation.  This needs
to be a tab.
  • Loading branch information
jbytheway authored and kevingranade committed Nov 17, 2018
1 parent c07b559 commit 481f164
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 @@ -772,7 +772,7 @@ $(TARGET): $(OBJS)
ifdef RELEASE
ifndef DEBUG_SYMBOLS
ifneq ($(BACKTRACE),1)
$(STRIP) $(TARGET)
$(STRIP) $(TARGET)
endif
endif
endif
Expand Down

0 comments on commit 481f164

Please sign in to comment.