Skip to content
Snippets Groups Projects
Commit dc005608 authored by DocQuantum's avatar DocQuantum
Browse files

removed debug options from make

parent 50765b70
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
CC=gcc
CFLAGS=-I. -Wall -O2 -m32 -g -std=gnu11
CFLAGS=-I. -Wall -m32 -O2 -std=gnu11
DEPS = fsecs.h fcyc.h clock.h memlib.h config.h mm.h
OBJ = mdriver.o mm.o memlib.o fsecs.o fcyc.o clock.o ftimer.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment