Skip to content

Commit 647aec8

Browse files
committed
gcc selected
1 parent a273884 commit 647aec8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/L432KC_gen_ad_toClang_ed_inst

examples/L432KC_gen_ad_toClang_ed_inst/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trice insert -src ../../_test/testdata -src ../exampleData -src ./Core -IDMin 1
1717
case "$OSTYPE" in
1818
darwin*) make -j $(sysctl -n hw.ncpu) TRICE_FLAGS="$flags" gcc -f OS_Darwin.mak ;;
1919
linux*) make -j $(nproc --all) TRICE_FLAGS="$flags" gcc -f OS_Linux.mak ;;
20-
msys*) make -j $(nproc --all) TRICE_FLAGS="$flags" clang -f OS_Windows.mak ;;
20+
msys*) make -j $(nproc --all) TRICE_FLAGS="$flags" gcc -f OS_Windows.mak ;;
2121
cygwin*) make -j $(nproc --all) TRICE_FLAGS="$flags" clang -f OS_Windows.mak ;;
2222
*) echo "unknown: $OSTYPE" ;;
2323
solaris*) echo "SOLARIS not implemented" ;;

0 commit comments

Comments
 (0)