Skip to content

Commit 896d40e

Browse files
committed
Adjust gcc garbage collection params to prevent GitLab CI build issues
1 parent be6679f commit 896d40e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ include_directories("${CMAKE_SOURCE_DIR}/source")
2727

2828
if(CMAKE_COMPILER_IS_GNUCXX)
2929
add_compile_options(-Wall)
30+
add_compile_options(--param ggc-min-heapsize=8192)
3031
add_definitions(-v)
3132

3233
if(PDALC_ENABLE_CODE_COVERAGE)

0 commit comments

Comments
 (0)