Skip to content

build: enable big toc for release builds in AIX

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

NOTE: There is an outstanding issue in AIX build (#7500 (closed)) - build fail due to 787eddf7 . The tests are conducted with this change removed.

Affected core subsystem(s)
Description of change

Issue #7500 (closed)

AIX linker has a table of contents with default size 64K The recent code inclusions in V8 brings in lot of new symbols which necessitates to increase this default.

Please note that the debug build already has this flag

Merge request reports

Loading