Skip to content

Commit

Permalink
native: crossclang: Ignore -fcolor-diagnostics for gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jan 4, 2024
1 parent a6e872b commit ba2a4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions junixsocket-native/crossclang/bin/clang
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ while [ $# -gt 0 ]; do
-fno-c++-static-destructors ) skipGccArg=1 ;;
-fmacro-backtrace-limit=0 ) skipGccArg=1 ;;
-fdiagnostics-show-note-include-stack ) skipGccArg=1 ;;
-fcolor-diagnostics ) skipGccArg=1 ;;
-fno-color-diagnostics ) skipGccArg=1 ;;
-Xclang ) skipGccArg=2 ;; # has an argument
--analyze ) analyze=1 ;;
Expand Down

0 comments on commit ba2a4b4

Please sign in to comment.