while -> for

This commit is contained in:
TuDatTr
2021-01-24 21:56:10 +01:00
parent 96fcf9f5c4
commit a8a03d0d36
2 changed files with 7 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
# Students' Makefile for the Malloc Lab
#
CC = gcc
# CFLAGS = -Wall -O2 -m32
CFLAGS = -Wall -O0 -m32 -g03 -pg
CFLAGS = -Wall -O2 -m32
# CFLAGS = -Wall -O0 -m32 -g03 -pg
OBJS = mdriver.o mm.o memlib.o fsecs.o fcyc.o clock.o ftimer.o