E2590 Linker option string too long (Delphi)

From RAD Studio
Jump to: navigation, search

Go Up to Error and Warning Messages (Delphi)


Resolve this error by following these steps:

  1. Go to the Project > Options > Compiling page.
  2. In the Additional options to pass to the compiler field, add the following string:
 -linker-options="largeData"

See Also