Код: Выделить всё
#include
#include "ImGuiFiles/imgui.h"
// TURN OFF ALL LINK-TIME-OPTIMIZATION (OFF BY DEFAULT)
// ON MY SYSTEM ON MSVC largetranslationunit.cpp ENDS UP BEING 9MB
int function_from_another_obj_file();
int main()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/78757172/why-does-everyone-say-that-linkers-pull-in-the-entire-obj-file-into-an-executabl[/url]