Move segment rounding LDFLAGS into tests/userprog/Makefile.
[pintos-anon] / src / tests / userprog / Makefile
index 2aad5a3e5f4f0d097ff8b1115dc020da7c15f615..291cf75bbffb83a55a102f9689276c26c871ab23 100644 (file)
@@ -14,3 +14,7 @@ recursor_SRC = recursor.c
 shell_SRC = shell.c
 
 include $(SRCDIR)/Makefile.userprog
+
+# Uncomment the line below to round up segment sizes to full pages for
+# testing purposes only.
+#LDFLAGS += -Wl,-T,fullpage.x