Created
May 23, 2023 01:48
-
-
Save mdcallag/b98d79ff780c6f846a47ba87489d9009 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BF=" -g1 " | |
CF=" $BF " | |
CXXF=" $BF " | |
cmake .. \ | |
-DCMAKE_BUILD_TYPE=Release \ | |
-DWITH_SSL=/home/mdcallag/d/ssl \ | |
-DWITH_ZLIB=bundled \ | |
-DMYSQL_MAINTAINER_MODE=0 \ | |
-DENABLED_LOCAL_INFILE=1 \ | |
-DCMAKE_INSTALL_PREFIX=$1 \ | |
-DWITH_BOOST=$PWD/../boost \ | |
-DWITH_NUMA=ON \ | |
-DCMAKE_CXX_FLAGS="$CXXF" -DCMAKE_C_FLAGS="$CF" \ | |
-DWITH_ROUTER=OFF -DWITH_MYSQLX=OFF -DWITH_UNIT_TESTS=OFF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment