8000 change compiler options to use C++14 by jsteemann · Pull Request #6339 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

change compiler options to use C++14 #6339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 6, 2018
Prev Previous commit
Next Next commit
fix hangs with C++14 mode
  • Loading branch information
jsteemann committed Sep 3, 2018
commit 2313a8044f76919017f991dce89ff5470ee958ee
1 change: 1 addition & 0 deletions 3rdParty/jemalloc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if (LINUX OR DARWIN)
--prefix=${CMAKE_CURRENT_BINARY_DIR}
--with-malloc-conf=${JEMALLOC_CONFIG}
--with-version=${JEMALLOC_VERSION}-0-g0
--disable-cxx
BUILD_COMMAND
make build_lib_static
BUILD_IN_SOURCE
Expand Down
0