diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-01 16:01:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-01 16:02:27 +0200 |
commit | e250b568b8fca75e5b3a440b99facde45b6ce5c8 (patch) | |
tree | 29c8c5446a8cd1cc56677fc1cf7ad5b32106ec43 /lib/optiontable.pl | |
parent | 401d237b859ae65f383a286c64f47b1c84be73fa (diff) | |
download | curl-e250b568b8fca75e5b3a440b99facde45b6ce5c8.tar.gz |
optiontable: use DEBUGBUILD
Follow-up to commit 6e18568ba38 (#5877)
Diffstat (limited to 'lib/optiontable.pl')
-rw-r--r-- | lib/optiontable.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optiontable.pl b/lib/optiontable.pl index 1348eedae..ce5d02015 100644 --- a/lib/optiontable.pl +++ b/lib/optiontable.pl @@ -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 |