mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
turn off -O for debug env builds
This commit is contained in:
parent
05bdfcbc40
commit
335a958d10
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ mkdir $mysql/build.debug
|
|||
if [ $? != 0 ] ; then exit 1; fi
|
||||
pushd $mysql/build.debug
|
||||
if [ $? != 0 ] ; then exit 1; fi
|
||||
CC=$cc CXX=$cxx cmake .. -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$install_dir -DBUILD_TESTING=OFF
|
||||
CC=$cc CXX=$cxx cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$install_dir -DBUILD_TESTING=OFF
|
||||
if [ $? != 0 ] ; then exit 1; fi
|
||||
make -j4 install
|
||||
if [ $? != 0 ] ; then exit 1; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue