Skip to content
Snippets Groups Projects
Commit 8c1c9fe4 authored by deuce's avatar deuce
Browse files

Add strip flag to install for release builds.

parent 63ed1e36
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,11 @@ LDFLAGS += $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS)
vpath %.c ../sbbs3 ../smblib ../uifc ../guts ../comio
INSTALL_EXE ?= install
ifdef DEBUG
INSTALL_EXE ?= install
else
INSTALL_EXE ?= install -s
endif
INSTALL_DATA ?= install -m 0444
OBJS += $(MTOBJODIR)$(DIRSEP)comio_nix$(OFILE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment