FMeinicke's Wiki

Home

❯

Coding

❯

CMake

❯

Fix 'file too big' error

Fix 'file too big' error

May 26, 20251 min read

  • cmake/cmake_cxx_flags
  • big-obj

cmake_cxx_flags big-obj

Source

  • https://github.com/JuliaInterop/libcxxwrap-julia/issues/84
  • add the following to the command line call
-DCMAKE_CXX_FLAGS="-Wa,-mbig-obj"

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub