Skip to content

Commit

Permalink
use clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Aug 1, 2024
1 parent 6df7ef4 commit b67e596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ AC_SUBST([VERSION_COMMIT_SHA], ["m4_esyscmd([git rev-parse HEAD | tr -d '\n'])"]


# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CC([clang])
AC_PROG_CXX([clang++])

crypto_backend="none"
# Check for operating system
Expand Down

0 comments on commit b67e596

Please sign in to comment.