From: Brian Norris Date: Mon, 16 Apr 2012 05:32:55 +0000 (-0700) Subject: Makefile: add debug compilation flag X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=eb5d233dfb48cf8628a8c8669666f7c1ae86d8f3;p=c11tester.git Makefile: add debug compilation flag --- diff --git a/Makefile b/Makefile index 7a442bdf..7e4f5b66 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}