From: Brian Demsky Date: Sat, 22 Jun 2019 01:48:33 +0000 (-0700) Subject: revert Makefile change X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=92095c7d78dcc5ac329929b06d7ec763c84019d2;p=c11concurrency-benchmarks.git revert Makefile change --- diff --git a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt index 146ece8..046f24c 100644 --- a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt +++ b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt @@ -111,9 +111,6 @@ endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") string(REGEX MATCHALL "-std=[^ ]+" cxx_std_found ${CMAKE_CXX_FLAGS} " dummy@rg") - # compile with CDSPass - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xclang -load -Xclang /scratch/llvm/build/lib/libCDSPass.so -O1") - if(cxx_std_found) message("C++ std: ${cxx_std_found}") else()