]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
optiontable: use DEBUGBUILD
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Sep 2020 14:01:00 +0000 (16:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Sep 2020 14:02:27 +0000 (16:02 +0200)
Follow-up to commit 6e18568ba38 (#5877)

lib/optiontable.pl

index 1348eedaed4e2a46887ebddba2ce8633e8a4798e..ce5d02015c41f26fd6396e28ed243aa43998bfe6 100644 (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