flexc++: Update to 2.07.09
This commit is contained in:
parent
de96254859
commit
13d26fe8b2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user