diff --git a/Makefile b/Makefile index ebb18754..dd54d793 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ include Makefile.config # Commands CYCLONE = cyclone -A . -CCOMP = $(CC) $(LIB_CFLAGS) +CCOMP = $(CC) $(CFLAGS) INDENT_CMD = indent -linux -l80 -i2 -nut # Directories diff --git a/Makefile.config b/Makefile.config index 27145a36..32e01cc2 100644 --- a/Makefile.config +++ b/Makefile.config @@ -6,7 +6,6 @@ # Compiler options CFLAGS ?= -O2 -fPIC -rdynamic -Wall -Iinclude -L. -LIB_CFLAGS ?= -O2 -rdynamic -Wall -Iinclude -L. COMP_CFLAGS ?= -O2 -fPIC -rdynamic -Wall -I$(PREFIX)/include -L$(PREFIX)/lib # Use these lines instead for debugging or profiling #CFLAGS = -g -Wall