Browse Source

Put in but leave commented the DL_DEBUG define

Eric Andersen 24 years ago
parent
commit
86211d8b2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldso/ldso/Makefile

+ 1 - 1
ldso/ldso/Makefile

@@ -1,7 +1,7 @@
 TOPDIR=../../
 TOPDIR=../../
 include $(TOPDIR)/ld.so-1/Rules.mak
 include $(TOPDIR)/ld.so-1/Rules.mak
 
 
-CFLAGS += -DUSE_CACHE -fPIC -D__PIC__ #-funroll-loops
+CFLAGS += -DUSE_CACHE -fPIC -D__PIC__ #-DDL_DEBUG #-funroll-loops
 
 
 CSRC= boot1.c hash.c readelflib1.c vsprintf.c $(TARGET_ARCH)/elfinterp.c
 CSRC= boot1.c hash.c readelflib1.c vsprintf.c $(TARGET_ARCH)/elfinterp.c
 COBJS=$(patsubst %.c,%.o, $(CSRC))
 COBJS=$(patsubst %.c,%.o, $(CSRC))