// Stub main for size measurement builds. // Binary compiles but does NOT run. // This file is only compiled when STRIP_EXTERNAL_LIBS is defined. #if defined(STRIP_EXTERNAL_LIBS) int main(int argc, char** argv) { (void)argc; (void)argv; return 0; } #endif // STRIP_EXTERNAL_LIBS