refactor(config): use posix strdup

This commit is contained in:
2026-03-11 16:30:10 +01:00
parent cebb05a834
commit c88b0823fc
2 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ deps = [libtomlc17, libmath, libmyclib]
add_global_arguments('-DUSE_COLORS', language: 'c')
add_global_arguments('-DEVELOPER', language: 'c')
add_global_arguments('-D_POSIX_C_SOURCE=200112L', language: 'c')
add_global_arguments('-D_POSIX_C_SOURCE=200809L', language: 'c')
executable('cws', server, include_directories: incdir, dependencies: deps)