mirror of
https://github.com/eclipse-openvehicle-api/openvehicle-api.git
synced 2026-08-30 12:15:12 +00:00
connection between 2 systems and bug fixes (#14)
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user