Y
Hacker News
new
|
ask
|
show
|
jobs
by
jayd16
1880 days ago
Not everyone is in a position to vendor source for all their dependencies and use a new build system to solve a solved problem.
1 comments
jcelerier
1879 days ago
I do the same with good ol' cmake, I have a "developer" preset which will build my app with clang, lld, PCH, split into small shared libraries. And a release preset where everything is statically linked
link