| version 1.18 | version 1.19 | |||
|---|---|---|---|---|
|
| |||
| $(CXX) $(LFLAGS) -o $(OUTPUT) $(LIBS) $(LINKLIBS) | $(CXX) $(LFLAGS) -o $(OUTPUT) $(LIBS) $(LINKLIBS) | |||
| ifdef RELEASE | ifdef RELEASE | |||
| ifndef DEBUGABLE | ifndef DEBUGABLE | |||
| strip --strip-all $(OUTPUT) | $(STRIP) --strip-all $(OUTPUT) | |||
| endif | endif | |||
| endif | endif | |||
| endif | endif |
| Legend: | |
| line(s) removed in v.1.18 | |
| line(s) changed | |
| line(s) added in v.1.19 | |