diff options
| author | 2026-04-13 17:01:47 -0400 | |
|---|---|---|
| committer | 2026-04-13 17:01:47 -0400 | |
| commit | 77b54c35bf9587450cd636e0d7df37e190e28bfb (patch) | |
| tree | a290efdd8b09066847199f3f52a32be70d24ef51 /subprojects/packagefiles/harfbuzz | |
| parent | 20617b9c80cf8d8051ecdb53a2c22f68c012f21b (diff) | |
| download | camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.tar.gz camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.tar.bz2 camu-77b54c35bf9587450cd636e0d7df37e190e28bfb.zip | |
Smaller stuff that went uncommitted
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'subprojects/packagefiles/harfbuzz')
| -rw-r--r-- | subprojects/packagefiles/harfbuzz/no_bigobj_windows.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/subprojects/packagefiles/harfbuzz/no_bigobj_windows.diff b/subprojects/packagefiles/harfbuzz/no_bigobj_windows.diff new file mode 100644 index 0000000..89c4b38 --- /dev/null +++ b/subprojects/packagefiles/harfbuzz/no_bigobj_windows.diff @@ -0,0 +1,17 @@ +diff --git a/meson.build b/meson.build +index 1ce5f01..249c1d1 100644 +--- a/meson.build ++++ b/meson.build +@@ -80,9 +80,9 @@ if host_machine.cpu_family() == 'arm' and cpp.alignment('struct { char c; }') != + endif + + if host_machine.system() == 'windows' +- add_project_arguments(cpp.get_supported_arguments([ +- '-Wa,-mbig-obj' +- ]), language : 'cpp') ++ #add_project_arguments(cpp.get_supported_arguments([ ++ # '-Wa,-mbig-obj' ++ #]), language : 'cpp') + endif + + check_headers = [ |