fanquake 76f031b050
build: fix unoptimized libraries in depends
We need to append-to rather than set CXXFLAGS, otherwise we loose -O2 &
-pipe. Currently this results in zeromq being built without optimizations
at all (or whatever the compiler would default too, essentially always -O0).

Bdb is the same, for the CXX portion of its code. C code has been built
with -O2.

Boost has actually been uneffected because it receives -O3 from it's own
build flags.
2021-08-31 11:43:48 +08:00
..
2021-03-10 12:57:22 +08:00
2021-03-23 08:39:16 +08:00
2021-05-01 13:39:44 +08:00
2021-04-11 16:38:33 -04:00
2021-03-30 14:54:08 +08:00
2021-07-18 12:10:01 +03:00