citrun

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

commit 1db5b34daa9f6b21a0310575b1941ed844d550fd
parent 3769291cbf2e9f82c679971f5f161996ce46cb82
Author: Kyle Milz <kyle@0x30.net>
Date:   Mon, 22 Aug 2016 23:05:29 -0600

Wextra is too much on clang

Diffstat:
MJamrules | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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