Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created May 23, 2023 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcallag/e7e0353d61ec74eb040da422d23c9d28 to your computer and use it in GitHub Desktop.
Save mdcallag/e7e0353d61ec74eb040da422d23c9d28 to your computer and use it in GitHub Desktop.
BF=" -g1 "
CF=" $BF "
CXXF=" $BF "
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_SSL=system -DWITH_ZLIB=bundled -DMYSQL_MAINTAINER_MODE=0 -DENABLED_LOCAL_INFILE=1 -DCMAKE_INSTALL_PREFIX=$1 -DWITH_BOOST=$PWD/../boost \
-DCMAKE_CXX_FLAGS="$CXXF" -DCMAKE_C_FLAGS="$CF" \
-DWITH_NUMA=ON -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