Open WallStProg opened 5 years ago
Dependent on issue #5
Not sure what this has to do with cmake -- in any event, I did change the build script slightly to omit jemalloc and to make the compiler configurable:
${CXX} ../src/test_common.cpp ../src/allocator_tester.cpp -std=c++17 -g -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -Wno-empty-body -DNDEBUG -O2 -flto -fno-builtin-malloc -fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -lpthread -o tester_standart.bin
Curious what compilers you're using. I'm trying to build on CentOS 7 with gcc 5.3.0 and clang 8.0.0 and both give (different) compile errors.
gcc
clang