Perf index = 57 (util) + 40 (thru) = 97/100

This commit is contained in:
TuDatTr
2021-01-24 20:23:57 +01:00
parent 6d390de8a2
commit b1a5273123
2 changed files with 201 additions and 158 deletions

View File

@@ -2,8 +2,8 @@
# Students' Makefile for the Malloc Lab
#
CC = gcc
# CFLAGS = -Wall -O2 -m32 -g03 -pg
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