From 566c022572bbff8bb7ff105b9adbe74500b2c716 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 10 Jul 2026 14:04:29 -0400 Subject: Build fixes, get LTO+Os working on Windows Signed-off-by: Andrew Opalach --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6eda9b8..e817842 100644 --- a/meson.build +++ b/meson.build @@ -5,8 +5,7 @@ project('camu', ['c', 'cpp'], # Marking cpp here is required for subproject cros license: 'GPL-3.0-only') # Fail early if 'Compiler for build machine not found'. -add_languages('c', native: true) -add_languages('cpp', native: true) +add_languages('c', 'cpp', native: true) compiler = meson.get_compiler('c') cmake = import('cmake') -- cgit v1.2.3-101-g0448