Changeset 2234


Ignore:
Timestamp:
2001-04-01T01:08:23+12:00 (23 years ago)
Author:
say1
Message:

no longer stripping the corbaserver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r2173 r2234  
    316316    @echo -e building corbaserver
    317317    $(MLINK) $(RECPTLIB_OBJS) $(MLIBS)
     318# stripping symbols was a cunning plan, but caused difficulties when
     319#  it came to debugging ...
    318320# non GNU strips might not like these options - check autoconf?
    319321#   strip --strip-all --discard-all corbaserver
    320     strip corbaserver
     322#   strip corbaserver
    321323# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
    322324
Note: See TracChangeset for help on using the changeset viewer.