diff --git a/external/jemalloc/CMakeLists.txt b/external/jemalloc/CMakeLists.txt index 9b87c00..7567b35 100644 --- a/external/jemalloc/CMakeLists.txt +++ b/external/jemalloc/CMakeLists.txt @@ -37,8 +37,6 @@ include(ExternalProject) ExternalProject_Add(jemalloc URL ${third_party_loc}/jemalloc CONFIGURE_COMMAND env - CC=clang - CXX=clang++ "$>,$>,EXTRA_CFLAGS=-fno-omit-frame-pointer -fstack-protector-all -fstack-clash-protection -fcf-protection -DNDEBUG -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS,=>" "$>,$>,EXTRA_CXXFLAGS=-fno-omit-frame-pointer -fstack-protector-all -fstack-clash-protection -fcf-protection -DNDEBUG -D_FORTIFY_SOURCE=3 -D_GLIBCXX_ASSERTIONS,=>" ./autogen.sh --disable-shared