mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
59dc9f7e69
`CURLDEBUG` is meant to enable memory tracking, but in a bunch of cases, it was protecting debug features that were supposed to be guarded with `DEBUGBUILD`. Replace these uses with `DEBUGBUILD`. This leaves `CURLDEBUG` uses solely for its intended purpose: to enable the memory tracking debug feature. Also: - autotools: rely on `DEBUGBUILD` to enable `checksrc`. Instead of `CURLDEBUG`, which worked in most cases because debug builds enable `CURLDEBUG` by default, but it's not accurate. - include `lib/easyif.h` instead of keeping a copy of a declaration. - add CI test jobs for the build issues discovered. Ref: https://github.com/curl/curl/pull/13694#issuecomment-2120311894 Closes #13718 |
||
---|---|---|
.. | ||
appveyor-status.yml | ||
awslc.yml | ||
badwords.yml | ||
codeql-analysis.yml | ||
codespell.yml | ||
configure-vs-cmake.yml | ||
curl-for-win.yml | ||
distcheck.yml | ||
fuzz.yml | ||
hacktoberfest-accepted.yml | ||
label.yml | ||
linkcheck.yml | ||
linux32.yml | ||
linux-old.yml | ||
linux.yml | ||
macos.yml | ||
man-examples.yml | ||
ngtcp2-linux.yml | ||
non-native.yml | ||
osslq-linux.yml | ||
proselint.yml | ||
quiche-linux.yml | ||
reuse.yml | ||
shellcheck.yml | ||
spellcheck.yml | ||
synopsis.yml | ||
torture.yml | ||
windows.yml | ||
wolfssl.yml |