@@ -2,7 +2,7 @@
# Students' Makefile for the Malloc Lab
#
CC = gcc
CFLAGS = -Wall -O2 -m32 -g03
CFLAGS = -Wall -O2 -m32 -g03 -pg
OBJS = mdriver.o mm.o memlib.o fsecs.o fcyc.o clock.o ftimer.o
The note is not visible to the blocked user.