mirror of
https://github.com/love2d/love.git
synced 2026-08-19 04:06:17 +02:00
Linux: build using C++17?
This commit is contained in:
@@ -26,8 +26,8 @@ includes=
|
||||
AC_DEFUN([LOVE_MSG_ERROR],
|
||||
[AC_MSG_ERROR([LÖVE needs "$1"[,] please install "$1" with development files and try again])])
|
||||
|
||||
# C++14 support in cpp14.m4
|
||||
ACLOVE_CPP14_TEST
|
||||
# C++17 support in cpp14.m4
|
||||
ACLOVE_CPP17_TEST
|
||||
|
||||
# Add -fvisibility=hidden and -fvisibility-inlines-hidden
|
||||
CFLAGS="-fvisibility=hidden $CFLAGS"
|
||||
|
||||
Reference in New Issue
Block a user