connection between 2 systems and bug fixes (#14)

This commit is contained in:
tompzf
2026-07-03 14:53:48 +02:00
committed by GitHub
parent 0fb5660d27
commit 46842200f1
284 changed files with 35200 additions and 8265 deletions

View File

@@ -119,6 +119,9 @@ else()
if (WIN32)
message("Use g++ compiler under Windows (mingw)...")
add_compile_definitions(UNICODE _UNICODE main=wmain)
# MinGW COFF object files can hit section limits for large translation units.
# Enable big object format to avoid assembler 'too many sections' failures.
add_compile_options(-Wa,-mbig-obj)
add_link_options(-municode)
else()
message("Use g++ compiler...")