Do not inline lockutil functions

This duplicates chars in the final binary.
This commit is contained in:
Romain Vimont
2017-12-15 17:31:23 +01:00
parent a9b276aa67
commit d5b349f670
3 changed files with 40 additions and 30 deletions

View File

@@ -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',