Add -s to LDFLAGS to strip output binaries.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Oct 2004 23:31:35 +0000 (23:31 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Oct 2004 23:31:35 +0000 (23:31 +0000)
src/tests/userprog/Makefile

index 290ed7dac87b9c70d7e81377e529d3d1f47a012f..54138821bb81592501b4c30ff11891ada91d0269 100644 (file)
@@ -22,7 +22,7 @@ recursor_SRC = recursor.c
 shell_SRC = shell.c
 
 # Linker flags.
-LDFLAGS = -nostdlib -static
+LDFLAGS = -nostdlib -static -s
 LDLIBS = $(shell $(CC) -print-libgcc-file-name)
 
 # Uncomment the line below to round up segment sizes to full pages for