Skip to content

Commit

Permalink
set compiler to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Aug 21, 2024
1 parent c49fd0c commit 2c3cce0
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 @@ -15,8 +15,8 @@ AC_SUBST([VERSION_COMMIT_COUNT], ["m4_esyscmd([git rev-list --count HEAD | tr -d
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_CXX([clang++])
AC_PROG_CC([clang])

CXXFLAGS+=" -std=c++11"
CFLAGS+=" -std=c11"
Expand Down

0 comments on commit 2c3cce0

Please sign in to comment.