summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}