The following commit has been merged in the master branch: commit f15c90371469fbd2196fb94cec6aa75e35f2a4ef Author: Sven Eckelmann sven@narfation.org Date: Sat May 21 15:45:05 2011 +0200
vis: Remove optimisation and debugging options
Distributions like Gentoo or Debian have to strip the options regarding the optimisation levels and debugging information to fulfil their policies. There is currently no valid reason why the Makefile should override it.
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/Makefile b/Makefile index 5cd4b00..ccfcfd5 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif endif
CC = gcc -CFLAGS += -pedantic -Wall -W -O1 -g3 -std=gnu99 +CFLAGS += -pedantic -Wall -W -std=gnu99 EXTRA_CFLAGS = -DDEBUG_MALLOC -DMEMORY_USAGE -DREVISION_VERSION=$(REVISION_VERSION) LDFLAGS += -lpthread