Skip to content

Commit fed413d

Browse files
committed
Fix yml syntax
1 parent da87fdc commit fed413d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ c_driver_variables:
8282
## Common sets of CFLAGS
8383
cflags:
8484
standard: &cflags_64
85-
cflags: "-m64 -march=x86-64 -Werror"
85+
cflags: "-m64 -march=x86-64 -Werror"
8686
standard_32: &cflags_32
8787
cflags: "-m32 -march=i386 -Werror"
8888
osx_108: &cflags_osx_108

0 commit comments

Comments
 (0)