summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-09-01 16:01:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-09-01 16:02:27 +0200
commite250b568b8fca75e5b3a440b99facde45b6ce5c8 (patch)
tree29c8c5446a8cd1cc56677fc1cf7ad5b32106ec43
parent401d237b859ae65f383a286c64f47b1c84be73fa (diff)
downloadcurl-e250b568b8fca75e5b3a440b99facde45b6ce5c8.tar.gz
optiontable: use DEBUGBUILD
Follow-up to commit 6e18568ba38 (#5877)
-rw-r--r--lib/optiontable.pl2
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