Update to new lel and bring in utf8cpp.

This commit is contained in:
Zed A. Shaw 2026-04-17 01:28:17 -04:00
parent b62cb8fe92
commit d583a28b9c
3 changed files with 14 additions and 5 deletions

View file

@ -23,10 +23,10 @@ dependencies = []
if build_machine.system() == 'windows'
add_global_link_arguments(
'-static-libgcc',
'-static-libstdc++',
'-static',
'-flto',
# '-static-libgcc',
# '-static-libstdc++',
# '-static',
# '-flto',
language: 'cpp',
)