Skip to content

Commit

Permalink
Use -g1 to reduce cache size
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Nov 7, 2024
1 parent f2298f4 commit 16c0e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mark_as_advanced(WarpX_TEST_FPETRAP)
option(WarpX_TEST_DEBUG "Run CI tests with the -g compile option" OFF)
mark_as_advanced(WarpX_TEST_DEBUG)
if(WarpX_TEST_DEBUG)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g1")
endif()

set(WarpX_DIMS_VALUES 1 2 3 RZ)
Expand Down

0 comments on commit 16c0e4d

Please sign in to comment.