Files

15 lines
463 B
Diff
Raw Permalink Normal View History

2026-05-25 00:56:25 +03:00
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')