aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-05-17 19:30:30 +0200
committerdec05eba <dec05eba@protonmail.com>2023-05-17 19:30:30 +0200
commit41b77cc84e20b858db468e04c0d3ced69134d214 (patch)
treea3c18edf04cae101a144a9e89d74174afd015413 /build.sh
parentcfec0ef728b63f5141e7f4c87c32d659962feded (diff)
Disable error on warning because of possible ffmpeg deprecated warning
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 9e0fa7e..27e4268 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
-opts="-O2 -g0 -DNDEBUG -Wall -Wextra -Werror -s"
-[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra -Werror";
+opts="-O2 -g0 -DNDEBUG -Wall -Wextra -s"
+[ -n "$DEBUG" ] && opts="-O0 -g3 -Wall -Wextra";
build_gsr_kms_server() {
dependencies="libdrm"