citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 3769291cbf2e9f82c679971f5f161996ce46cb82
parent a3eeb28d9f61791b1306fd10004f9c782765aa51
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 22 Aug 2016 23:01:48 -0600

Jam: keep dev tight

Diffstat:
MJamrules | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Jamrules b/Jamrules @@ -9,6 +9,7 @@ if $(PREFIX) { else { echo ...build citrun (DEBUG) on $(OS)... ; CITRUN_SHARE = "`readlink -f $(TOP)/src`" ; + CFLAGS += -Wall -Wextra -g ; } # Try and respect this, {pkg,llvm}-config gives -O? too unfortunately