Skip to content

Commit 28db9ea

Browse files
committed
Fix race conditions in build pipeline
1 parent fbccf9d commit 28db9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ set(COMPILE_OPTS PRIVATE
263263
${D_OPT}
264264
${W_OPT}
265265
${O_OPT}
266-
-save-temps
266+
-save-temps=obj
267267
-fverbose-asm
268268
-Wl,--wrap=ceil
269269
-Wl,--wrap=memcpy

0 commit comments

Comments
 (0)