SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

MSVC: number of sections exceeded object file format limit #1125

Open mkaes opened 5 months ago

mkaes commented 5 months ago

When I try to build soci on a windows platform using VS 2019 I get the following error:

test-postgresql.cpp : fatal error C1128: number of sections exceeded object file format limit: compile with /bigobj

Adding bigobj to the compiler fixes the issue. See PR #1124