BlockstreamResearch / rust-simplicity

Creative Commons Zero v1.0 Universal
58 stars 12 forks source link

Enable _FORTIFY_SOURCE #200

Closed uncomputable closed 7 months ago

uncomputable commented 7 months ago

Fixes #197.

I couldn't find a way to disable _FORTIFY_SOURCE.

Maybe the compile time is not affected too badly by the increased optimization level of the C code. At least the C code doesn't change a lot.