You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Quote -DCMAKE_BUILD_TYPE arg in build script to fix PowerShell
parameter parsing (was passing literal '\' instead of
the resolved value, resulting in unoptimized 4MB .so on Linux)
- Allow pre-installed Firebird headers via -DFIREBIRD_INCLUDE_DIR=path,
skipping FetchContent download (enables air-gapped builds)
- Use find_package(GTest) first, fall back to FetchContent only when
not found (enables builds without internet access)
0 commit comments