From 211d4dfd553a94882a86950b13597faac5fad55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilie=20Lalag=C3=BCe?= Date: Mon, 7 Aug 2023 14:12:25 +0200 Subject: [PATCH] ci: remove march=native optim to be able to cross-compile --- sqlitecipher/sqlitecipher.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/sqlitecipher/sqlitecipher.pro b/sqlitecipher/sqlitecipher.pro index 182c797..21ff53f 100644 --- a/sqlitecipher/sqlitecipher.pro +++ b/sqlitecipher/sqlitecipher.pro @@ -43,5 +43,3 @@ PLUGIN_TYPE = sqldrivers load(qt_plugin) DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII - -QMAKE_CFLAGS += -march=native