Skip to content

Commit

Permalink
Revoked to original gitignore and c++ 17
Browse files Browse the repository at this point in the history
  • Loading branch information
vgnecula committed Jul 1, 2024
1 parent 5ad1b14 commit 28be7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/crhmc_cooling_gaussians/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ else ()
endif ()


add_definitions(${CMAKE_CXX_FLAGS} "-std=c++11") # enable C++11 standard
add_definitions(${CMAKE_CXX_FLAGS} "-std=c++17") # enable C++17 standard
set(ADDITIONAL_FLAGS "-march=native -DSIMD_LEN=0 -DTIME_KEEPING")
add_definitions(${CMAKE_CXX_FLAGS} "-O3 -DTIME_KEEPING" ${ADDITIONAL_FLAGS}) # optimization of the compiler
#add_definitions(${CXX_COVERAGE_COMPILE_FLAGS} "-lgsl")
Expand Down
2 changes: 1 addition & 1 deletion examples/crhmc_sampling/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ samples.txt
CRHMC_SIMD_*
sampling_functions
simple_crhmc
libQD_LIB.a
libQD_LIB.a

0 comments on commit 28be7e3

Please sign in to comment.