Skip to content
Snippets Groups Projects
Commit 7b77c59f authored by toole1's avatar toole1
Browse files

jack

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@3385 6fbd10e7-183d-0410-a318-cb416676e4f2
parent 947e9a25
No related branches found
No related tags found
No related merge requests found
CC = g++
CFLAGS += -Wall
TESTEXE = proxy
TESTOBJS += $(TESTEXE).o util.o unit_tests.o monad_shared.o
OPTIMIZE = off
TESTEXE := proxy
# This order is necessary for security. Always include student code last!
TESTOBJS := $(TESTEXE).o util.o unit_tests.o monad_shared.o $(TESTOBJS)
OPTIMIZE := off
ifeq ($(strip $(OPTIMIZE)),on)
CFLAGS += -O2 -DOPTIMIZE
......
......@@ -57,6 +57,7 @@ Moderately important
optimization
replace ln -s util/* system() calls
man isatty
mp1_newtests and lab02_newtests currently have 2 different ways of compiling 2 programs. this should be unified
Doesn't really matter
---------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment