commit aa8c62cac12048eb096ba0f2ef4f5e07b24f9b29
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Aug 19 12:23:08 2020 +0200
Fail the build on compiler warnings
mixxx.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index 66a47f3..87a8869 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -103,6 +103,7 @@ echo "#pragma once" > src/build.h
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DOPTIMIZE=portable \
+ -DWARNINGS_FATAL=ON \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
Show replies by date