From 483124ebd40babcccdd7d7b19bfb763b91ce66ec Mon Sep 17 00:00:00 2001 From: burgholzer Date: Mon, 12 Feb 2024 17:28:32 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9A=A1=20re-enable=20IPO"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 64479c8187982e334cfcfcf4690af9a338199162. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce121bcf3..f8161339e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,6 @@ git-only = [ BUILD_MQT_CORE_BINDINGS = "ON" BUILD_MQT_CORE_TESTS = "OFF" BUILD_SHARED_LIBS = "ON" -ENABLE_IPO = "ON" [tool.setuptools_scm]