Difference for ./makefile from version 1.6 to 1.7


version 1.6 version 1.7
Line 197
 
Line 197
 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