1
mirror of https://github.com/mpv-player/mpv synced 2025-04-19 14:31:14 +02:00
mpv/ci/build-common.sh
Kacper Michajłow 257395de99 ci/build-common: remove executable flag
This file is sourced.
2025-01-03 22:37:03 +01:00

7 lines
177 B
Bash

common_args="--werror \
-Dlibmpv=true \
-Dtests=true \
"
export CFLAGS="$CFLAGS -Wno-error=deprecated -Wno-error=deprecated-declarations -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3"