... not CURLDEBUG as they're not always set in conjunction.
Follow-up to
6ebe63fac23f38df
Fixes #5877
Closes #5878
{NULL, 0, 0, 0} /* end of table */
};
-#ifdef CURLDEBUG
+#ifdef DEBUGBUILD
/*
* Curl_easyopts_check() is a debug-only function that returns non-zero
* if this source file is not in sync with the options listed in curl/curl.h
/* generated table with all easy options */
extern struct curl_easyoption Curl_easyopts[];
-#ifdef CURLDEBUG
+#ifdef DEBUGBUILD
int Curl_easyopts_check(void);
#endif
#endif