From 7466528615d56f0e5281921b95515b8b71f963ad Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 23 Oct 2011 01:13:37 +0200 Subject: [PATCH] do not optimize code right now --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index abd14a6..2e4e9dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign AM_CFLAGS = $(MYSQL_CFLAGS) -CFLAGS = -g -O2 -Wall -Wshadow -Werror +CFLAGS = -g -O0 -Wall -Wshadow -Werror BUILT_SOURCES = version.c version.c: checkversion -- 2.20.1