intel / cryptography-primitives

Apache License 2.0
318 stars 86 forks source link

Fix Debug build for Linux #67

Open wbeck10 opened 9 months ago

wbeck10 commented 9 months ago

When building Linux debug, a build warning will be raised that compiler optimisation is needed due to _FORTIFY_SOURCE is defined to 2. This PR fixes the Intel compiler flags to set _FORTIFY_SOURCE only in Release build.

ElenaTyuleneva commented 9 months ago

Hi @wbeck10! Thanks for your contribution, according to CONTRIBUTING.md we'll review this pull request internally and provide changes in one of the next source code updates.

stanciuadrian commented 1 week ago

Hello @wbeck10! We have prepared a fix that will be available with the next public source code release.