Skip to content

Commit

Permalink
zero optimization for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Sep 12, 2023
1 parent 9a5ebb9 commit 8c2e012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function(ConfigureTest CMAKE_TEST_NAME)
endif()

add_executable(${CMAKE_TEST_NAME} ${_CUDF_TEST_UNPARSED_ARGUMENTS})
target_compile_options(${CMAKE_TEST_NAME} PRIVATE "-O0")
set_target_properties(
${CMAKE_TEST_NAME}
PROPERTIES RUNTIME_OUTPUT_DIRECTORY "$<BUILD_INTERFACE:${CUDF_BINARY_DIR}/gtests>"
Expand Down

0 comments on commit 8c2e012

Please sign in to comment.