summaryrefslogtreecommitdiff
path: root/ci/build_libs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build_libs.sh')
-rw-r--r--ci/build_libs.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/ci/build_libs.sh b/ci/build_libs.sh
index e85c765..2853951 100644
--- a/ci/build_libs.sh
+++ b/ci/build_libs.sh
@@ -16,13 +16,6 @@ AUTOGEN_OPTIONS="
--enable-gtk-doc
"
-CFLAGS="
- -Wall
- -Wno-deprecated-declarations
- -Werror=implicit-function-declaration
- -Werror=return-type
-"
-
# list of git repos in build order
REPOS="${XFCE_BASE}/xfce/xfce4-dev-tools.git
${XFCE_BASE}/xfce/libxfce4util.git
@@ -41,7 +34,7 @@ for URL in ${REPOS}; do
TAG=$(git describe --abbrev=0 --match "$NAME*" 2>/dev/null)
echo "--- Building $NAME ($TAG) ---"
git checkout -b build-$TAG $TAG
- env "CFLAGS=${CFLAGS}" ./autogen.sh $AUTOGEN_OPTIONS
+ ./autogen.sh $AUTOGEN_OPTIONS
make -j${NPROC:-$(nproc)}
make install
echo "$(pwd): $(git describe)" >> /tmp/xfce_build_version_info.txt