From eb5d233dfb48cf8628a8c8669666f7c1ae86d8f3 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Sun, 15 Apr 2012 22:32:55 -0700 Subject: [PATCH] Makefile: add debug compilation flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7a442bd..7e4f5b6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=g++ BIN=libthreads SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h -FLAGS=-Wall -ldl +FLAGS=-Wall -ldl -g all: ${BIN} -- 2.34.1