Comments.
[pintos-anon] / src / Makefile.userprog
index 29bdcf8b73f1306f250123310588ad982c54dc5d..2e95f9b0f99ffee177b63b42bf05e8caa7669e78 100644 (file)
@@ -10,7 +10,7 @@ DEFINES = -DPINTOS -DUSER
 CPPFLAGS = -nostdinc -I$(SRCDIR) -I- -I$(SRCDIR)/lib -I$(SRCDIR)/lib/user -I.
 
 # Linker flags.
-LDFLAGS = -nostdlib -static -s
+LDFLAGS = -nostdlib -static
 LDLIBS = $(shell $(CC) -print-libgcc-file-name)
 
 # C library sources linked into every test program.