Blame reproducible.patch

395cd4
Date: 2022-07-19
395cd4
Author: Bernhard M. Wiedemann <bwiedemann suse de>
395cd4
395cd4
Do not let build results depend on the build machine CPU.
395cd4
395cd4
https://bugzilla.suse.com/show_bug.cgi?id=1100677
395cd4
395cd4
Index: acarsdec-acarsdec-3.6/CMakeLists.txt
395cd4
===================================================================
395cd4
--- acarsdec-acarsdec-3.6.orig/CMakeLists.txt
395cd4
+++ acarsdec-acarsdec-3.6/CMakeLists.txt
395cd4
@@ -1,7 +1,7 @@
395cd4
 cmake_minimum_required (VERSION 3.2)
395cd4
 project (acarsdec C)
395cd4
 
395cd4
-add_compile_options(-Ofast -march=native)
395cd4
+add_compile_options(-Ofast)
395cd4
 
395cd4
 add_executable(acarsdec acars.c  acarsdec.c  cJSON.c  label.c  msk.c  output.c netout.c fileout.c )
395cd4