flexc++: Update to 2.07.09

This commit is contained in:
Alexey Pavlov 2020-04-20 17:37:37 +03:00
parent de96254859
commit 13d26fe8b2

View File

@ -2,7 +2,7 @@
pkgbase=flexcpp
pkgname=flexc++
pkgver=2.07.02
pkgver=2.07.09
pkgrel=1
pkgdesc="C++ scanner generator"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ sha256sums=('SKIP')
build() {
cd "${srcdir}/${pkgbase}/flexc++"
CXXFLAGS="$CXXFLAGS --std=c++14"
CXXFLAGS="$CXXFLAGS --std=c++17"
# Add the -P option not to use precompiled headers, which can be useful since
# they require a lot of free space, compared to a normal compilation:
# ./build -P program