]> granicus.if.org Git - curl/commit
configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.h
authorFrank Gevaerts <frank@gevaerts.be>
Fri, 4 May 2018 12:31:16 +0000 (14:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 May 2018 20:30:28 +0000 (22:30 +0200)
commit7663a7c2843c86ab232caaf25d09842d70a0b01d
tree8342964cb21e2deb76079ff55e9016d280ff6beb
parente9d9d1af8a512d4b4ed500308247766524b21763
configure: put CURLDEBUG and DEBUGBUILD in lib/curl_config.h

They are removed from the compiler flags.

This ensures that make dependency tracking will force a rebuild whenever
configure --enable-debug or --enable-curldebug changes.

Closes #2548
m4/curl-compilers.m4
m4/curl-confopts.m4