Kouhei Sutou
null+****@clear*****
Wed May 8 15:16:10 JST 2013
Kouhei Sutou 2013-05-08 15:16:10 +0900 (Wed, 08 May 2013) New Revision: ba628c47de3d5c7043c15513f9372a1f0077f0d4 https://github.com/mroonga/mroonga/commit/ba628c47de3d5c7043c15513f9372a1f0077f0d4 Message: doc: use -g3 for debug build -ggdb3 is not needed for many platforms. Modified files: doc/source/developer/debug.rst Modified: doc/source/developer/debug.rst (+1 -1) =================================================================== --- doc/source/developer/debug.rst 2013-05-08 13:13:16 +0900 (b0bb8f0) +++ doc/source/developer/debug.rst 2013-05-08 15:16:10 +0900 (c1101d2) @@ -41,7 +41,7 @@ The procedure from cloning repository to build is the following. :: % git clone git �� github.com:mroonga/mroonga.git % cd mroonga % ./autogen.sh - % ./configure CFLAGS="-ggdb3 -O0" CXXFLAGS="-ggdb3 -O0" --with-debug --prefix=/tmp/local --with-mysql-source=$HOME/work/mysql-5.5.13 --with-mysql-config=$HOME/work/mysql-5.5.13/scripts/mysql_config + % ./configure CFLAGS="-g3 -O0" CXXFLAGS="-g3 -O0" --with-debug --prefix=/tmp/local --with-mysql-source=$HOME/work/mysql-5.5.13 --with-mysql-config=$HOME/work/mysql-5.5.13/scripts/mysql_config % make When you successfully build both, please invoke tests like the following. -------------- next part -------------- HTML����������������������������...下載