nixpkgs-suyu/pkgs/build-support/cc-wrapper
Robert Scott 658ab4b45b cc-wrapper: add fortify flags after invocation args, not before
this splits hardeningCFlags into hardeningCFlagsAfter and
hardeningCFlagsBefore (where most flags still remain) to allow
us to *append* `-D_FORTIFY_SOURCE=` values to the command-line,
forcing our choice of fortify level and avoiding potential
redefinition warnings/errors through use of `-U_FORTIFY_SOURCE`
2023-08-19 14:59:06 +01:00
..
add-clang-cc-cflags-before.sh
add-flags.sh
add-gnat-extra-flags.sh
add-hardening.sh cc-wrapper: add fortify flags after invocation args, not before 2023-08-19 14:59:06 +01:00
cc-wrapper.sh cc-wrapper: add fortify flags after invocation args, not before 2023-08-19 14:59:06 +01:00
default.nix cc-wrapper: include fortify-headers before libc includes for musl 2023-08-06 17:52:28 +01:00
fortran-hook.sh
gnat-wrapper.sh
go-wrapper.sh gccgo: wrap go binary (#207670) 2023-01-20 14:31:54 +01:00
setup-hook.sh hardening flags: enable fortify3 by default 2023-06-25 11:50:46 +01:00