commit: | c4159b65880c05a4472ffff73041e5c4341d874a |
author: | Chip Black |
committer: | Chip Black |
date: | Thu Jul 3 16:03:53 2014 -0500 |
parents: | d256c26b209489efece29717898f18fd511e66a5 |
diff --git a/Makefile b/Makefile line changes: +1/-1 index c66d758..e46eb6d --- a/Makefile +++ b/Makefile
@@ -1,7 +1,7 @@ include libs.mk ARCH=$(shell uname -m) -CFLAGS ?= -g +CFLAGS ?= -g -Wall ifeq ($(ARCH),x86_64) CFLAGS += -fPIC endif