From 3aa529e2bd81b5988f31e69441f26983065debc2 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Tue, 20 Aug 2024 23:44:16 +0200 Subject: [PATCH] optimize --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 16d68ef..84e8ddc 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project( # 'c_std=c18', 'cpp_std=c++17', 'buildtype=release', - # 'strip=true', + 'strip=true', 'prefix=/' ] ) @@ -39,6 +39,7 @@ x264 = subproject( 'default_library=static', 'cli=false', 'strip=true', + 'bit-depth=8', 'chroma-format=420' ]) x264_dep = x264.get_variable('libx264_dep') @@ -47,6 +48,7 @@ libcamera = subproject( 'libcamera', default_options : [ 'buildtype=release', + 'strip=true', 'wrap_mode=forcefallback', 'lc-compliance=disabled', 'ipas=rpi/vc4',