Skip to content

Commit

Permalink
some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jun 10, 2024
1 parent 0be1e1c commit cce5480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file modified data/bash-completion.sh
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ if compiler.get_id() == 'gcc'
cflags += ['-Werror']
endif

# some improvements
cflags += ['-fno-plt', '-flto']

libc_srcs = []

start_code = []
Expand Down

0 comments on commit cce5480

Please sign in to comment.