optiontable: use DEBUGBUILD

Follow-up to commit 6e18568ba3 (#5877)
This commit is contained in:
Daniel Stenberg 2020-09-01 16:01:00 +02:00
parent 401d237b85
commit e250b568b8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ print <<FOOT
{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