mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
fixed: hb-subset.cc -- compile error C1128: number of sections exceeded object file format limit
This commit is contained in:
parent
51b775d38d
commit
3d455998bf
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ if cpp.get_argument_syntax() == 'msvc'
|
|||
# NOTE: Only add warnings here if you are sure they're spurious
|
||||
msvc_args = [
|
||||
'/wd4244', # lossy type conversion (e.g. double -> int)
|
||||
'/bigobj', # hb-subset.cc -- compile error C1128: number of sections exceeded object file format limit
|
||||
cpp.get_supported_arguments(['/utf-8']), # set the input encoding to utf-8
|
||||
]
|
||||
add_project_arguments(msvc_args, language: ['c', 'cpp'])
|
||||
|
|
Loading…
Add table
Reference in a new issue