summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2021-05-23 10:38:08 +0200
committerMichael Straube2021-05-23 10:38:08 +0200
commit61e7a1662e6967a5609a4d86d080015082749198 (patch)
tree34610407b6e92cfafb391888cba4688c213d4176
parent7536234f62f9e86713f72cc813f1319ced05aee2 (diff)
downloadaur-61e7a1662e6967a5609a4d86d080015082749198.tar.gz
GCC 11
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f00eb83095b..b4dd8e8648e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,9 +32,6 @@ prepare() {
build() {
cd FreeDoko_$pkgver
-
- export CXXFLAGS+=' -std=c++17'
-
make compile
make documentation
}