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