summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgileri2024-01-01 14:29:05 +0100
committergileri2024-01-01 14:29:05 +0100
commit7fe72c5c35da6d8026fd2631c367b9aaefc254a6 (patch)
tree77b18cc14cb465f323fa34339a78db66a8991c69
parenta80e2b18b7bab72e92ba0d4065ec4d73d53e7f8d (diff)
downloadaur-7fe72c5c35da6d8026fd2631c367b9aaefc254a6.tar.gz
Remove unneded steps/explanations
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad1c3722a690..303abb567a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,11 +48,6 @@ build() {
# -Werror=maybe-uninitialized has false positives, including in gcc libs, so we disable it here.
CXXFLAGS="$CXXFLAGS -Wno-error=maybe-uninitialized" make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 LANGUAGE="all" LTO=1 TESTS=0 RUNTESTS=0 LINTJSON=0 ASTYLE=0 PCH=0 LIBBACKTRACE=1
CXXFLAGS="$CXXFLAGS -Wno-error=maybe-uninitialized" make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 LANGUAGE="all" LTO=1 TESTS=0 RUNTESTS=0 LINTJSON=0 ASTYLE=0 PCH=0 TILES=1 SOUND=1 LIBBACKTRACE=1
- # LOCALIZE = 0 to save 30MB
- # DYNAMIC_LINKING = 1 ?
-
- # 'make install' needs this
- touch README.txt
}
package() {