mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
15 lines
463 B
Diff
15 lines
463 B
Diff
From ecd5a10122a9ce698516bb587b6036efab0a787d Mon Sep 17 00:00:00 2001
|
|||
|
|
From: Fabian Greffrath <fabian@greffrath.com>
|
||
|
|
Date: Fri, 17 Apr 2026 10:30:36 +0200
|
||
|
|
Subject: [PATCH] Disable LTO again, it breaks the static library
|
||
|
|
--- meson.build
|
||
|
|
+++ meson.build
|
||
|
|
@@ -5,7 +5,6 @@ project('faac', 'c',
|
||
|
|
'buildtype=release',
|
||
|
|
'warning_level=1',
|
||
|
|
'c_std=gnu99,c99',
|
||
|
|
- 'b_lto=true'
|
||
|
|
])
|
||
|
|
|
||
|
|
add_global_arguments('-DHAVE_CONFIG_H', language: 'c')
|