Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 20, 2024
1 parent 7484be7 commit 3aa529e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(
# 'c_std=c18',
'cpp_std=c++17',
'buildtype=release',
# 'strip=true',
'strip=true',
'prefix=/'
]
)
Expand Down Expand Up @@ -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')
Expand All @@ -47,6 +48,7 @@ libcamera = subproject(
'libcamera',
default_options : [
'buildtype=release',
'strip=true',
'wrap_mode=forcefallback',
'lc-compliance=disabled',
'ipas=rpi/vc4',
Expand Down

0 comments on commit 3aa529e

Please sign in to comment.