diff options
author | monty@donna.mysql.fi <> | 2001-03-26 13:27:36 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-03-26 13:27:36 +0300 |
commit | 44c0545ab9ed408597886810976b2bf63c053aab (patch) | |
tree | e9c9fdeab5d0a635045172c211af567c8b6a81b9 /innobase/include/Makefile.i | |
parent | 2ff0334c231433aed0e14107cf1d6225c000e30b (diff) | |
download | mariadb-git-44c0545ab9ed408597886810976b2bf63c053aab.tar.gz |
Added test case that crashed Innobase
Diffstat (limited to 'innobase/include/Makefile.i')
-rw-r--r-- | innobase/include/Makefile.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/include/Makefile.i b/innobase/include/Makefile.i index 8c7e9910f26..91dd9892bdf 100644 --- a/innobase/include/Makefile.i +++ b/innobase/include/Makefile.i @@ -4,5 +4,7 @@ libsdir = ../libs INCLUDES = -I../../include -I../include +CFLAGS= -g -O2 -DDEBUG_OFF + # Don't update the files from bitkeeper %::SCCS/s.% |