Skip to content

Commit f760384

Browse files
authored
fixed GCC commandline syntax error
1 parent eb81b7d commit f760384

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ set(cfoa_insert_test_options $<$<CXX_COMPILER_ID:MSVC>:/bigobj>)
141141
if(MINGW AND CMAKE_SIZEOF_VOID_P EQUAL 4)
142142
list(APPEND cfoa_insert_test_options
143143
-O0 -g0
144-
-fparam=ggc-min-expand=10
145-
-fparam=ggc-min-heapsize=16384
144+
--param=ggc-min-expand=10
145+
--param=ggc-min-heapsize=16384
146146
) # GCC MinGW32 OOMs otherwise
147147
endif()
148148

0 commit comments

Comments
 (0)