diff options
Diffstat (limited to 'libcxx/benchmarks/CMakeLists.txt')
-rw-r--r-- | libcxx/benchmarks/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/benchmarks/CMakeLists.txt b/libcxx/benchmarks/CMakeLists.txt index 906ffa44142..d80cb1af03a 100644 --- a/libcxx/benchmarks/CMakeLists.txt +++ b/libcxx/benchmarks/CMakeLists.txt @@ -84,6 +84,7 @@ endif() set(BENCHMARK_TEST_COMPILE_FLAGS ${BENCHMARK_DIALECT_FLAG} -O2 + -fsized-deallocation -I${BENCHMARK_LIBCXX_INSTALL}/include -I${LIBCXX_SOURCE_DIR}/test/support ) @@ -219,3 +220,4 @@ if (LIBCXX_INCLUDE_TESTS) DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS} ARGS ${BENCHMARK_LIT_ARGS}) endif() + |