]> git.pld-linux.org Git - packages/grcompiler.git/commitdiff
bump c++ standard to c++11 (icu 73 requires char16_t)
authorJan Palus <atler@pld-linux.org>
Tue, 4 Jul 2023 17:26:19 +0000 (19:26 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 4 Jul 2023 17:26:19 +0000 (19:26 +0200)
grcompiler.spec

index 892df2dab964f403fda2d700320c88749394b8b5..e3f4fad37ac0f2f5a651692762e379ed4c886b33 100644 (file)
@@ -41,7 +41,7 @@ cd test/GrcRegressionTest
 %{__autoconf}
 %{__automake}
 cd ../..
-export CXXFLAGS="%{rpmcxxflags} -std=c++98"
+export CXXFLAGS="%{rpmcxxflags} -std=c++11"
 %configure \
        DOCBOOK2MAN=/usr/bin/docbook2X2man
 %{__make}
This page took 0.109298 seconds and 4 git commands to generate.