| version 1.6 | version 1.7 | |||
|---|---|---|---|---|
|
| |||
| else | else | |||
| $(CC) -o $(OUTPUT) $(LIBS) $(LINKLIBS) | $(CC) -o $(OUTPUT) $(LIBS) $(LINKLIBS) | |||
| ifdef RELEASE | ifdef RELEASE | |||
| ifndef DEBUGABLE | ||||
| strip --strip-all $(OUTPUT) | strip --strip-all $(OUTPUT) | |||
| endif | ||||
| endif | endif | |||
| endif | endif | |||
| endif | endif |
| Legend: | |
| line(s) removed in v.1.6 | |
| line(s) changed | |
| line(s) added in v.1.7 | |