From: Brian Norris Date: Mon, 16 Apr 2012 05:32:55 +0000 (-0700) Subject: Makefile: add debug compilation flag X-Git-Tag: pldi2013~555 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eb5d233dfb48cf8628a8c8669666f7c1ae86d8f3;hp=3e3ba08b7f8483430946ac7db0cc3bdbaa6f8a90;p=model-checker.git Makefile: add debug compilation flag --- 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}