digitalocean / prometheus-client-c

A Prometheus Client in C
Other
158 stars 78 forks source link

How can we build debug versions? #52

Open lyda opened 3 years ago

lyda commented 3 years ago

I tried doing AUTO_DEBUG=1 make and I didn't get .o's or .so's with debug info. How can I get builds with the -g flag set on the C compiler?