Skip to content

Commit addf65d

Browse files
committed
rust: Use -Otarget when building and logging warnings
This will provide some synchronization for output lines, and so will make comparisons with known warnings as part of CI more reliable.
1 parent e9ab95c commit addf65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
shell: bash
5252
run: |
5353
cd gccrs-build; \
54-
make -j $(nproc) 2>&1 | tee log
54+
make -Otarget -j $(nproc) 2>&1 | tee log
5555
5656
- name: Check for new warnings
5757
run: |

0 commit comments

Comments
 (0)