This is part of the hardening process, it enables some buffer overflow
detection.
Depends on D2674
Differential D2660
[CMAKE] Define FORTIFY_SOURCE=2 Fabien on Mar 6 2019, 15:49. Authored by
Details
This is part of the hardening process, it enables some buffer overflow Depends on D2674 mkdir buildcmake && cd buildcmake cmake -GNinja .. -DCMAKE_BUILD_TYPE=RelWithDebInfo ninja -v Check the -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 flags are added on the
Diff Detail
|