mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-10-01 05:38:36 +00:00
Do not inline lockutil functions
This duplicates chars in the final binary.
This commit is contained in:
parent
a9b276aa67
commit
d5b349f670
3 changed files with 40 additions and 30 deletions
|
@ -5,6 +5,7 @@ src = [
|
|||
'src/command.c',
|
||||
'src/decoder.c',
|
||||
'src/frames.c',
|
||||
'src/lockutil.c',
|
||||
'src/netutil.c',
|
||||
'src/screen.c',
|
||||
'src/strutil.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue