mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Use clang++ by default.
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE([foreign])
|
||||
if test -n "${CXXFLAGS}"; then
|
||||
user_set_cxxflags=yes
|
||||
fi
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CXX([clang++ g++])
|
||||
AC_ARG_ENABLE(debug, [--enable-debug Enable debug build (requires debug
|
||||
versions of wxWidgets and libstdc++.])
|
||||
if test "x${enable_debug}" = "xyes"; then
|
||||
|
||||
Reference in New Issue
Block a user