Skip to content

Commit

Permalink
bigobj
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Aug 30, 2024
1 parent 540f3b3 commit 4ca724b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ elif host_machine.system() == 'windows'
endif
elif host_machine.system() == 'cygwin'
summary('System', 'cygwin')
if get_option('buildtype') == 'debug'
add_project_arguments('-Wa,-mbig-obj', language: ['cpp'])
endif
webcface_system_dllexport = true
webcface_system_wchar_windows = true
webcface_system_version_rc = true
Expand Down

0 comments on commit 4ca724b

Please sign in to comment.