Difference for ./makefile from version 1.18 to 1.19


version 1.18 version 1.19
Line 196
 
Line 196
  $(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