1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <olebole@debian.org>
Date: Sat, 9 Jul 2022 20:42:55 +0200
Subject: Force compatible code for Dysco compression
---
tables/Dysco/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tables/Dysco/CMakeLists.txt b/tables/Dysco/CMakeLists.txt
index ba91323..30b832e 100644
--- a/tables/Dysco/CMakeLists.txt
+++ b/tables/Dysco/CMakeLists.txt
@@ -9,7 +9,7 @@ include_directories(${GSL_INCLUDE_DIRS})
add_compile_options(-O3 -Wall -DNDEBUG)
option(PORTABLE "Generate portable code" ON)
-option(BUILD_PACKAGES "Build Debian packages" OFF)
+option(BUILD_PACKAGES "Build Debian packages" ON)
if(NOT PORTABLE)
if(USE_AVX512F)
|