mirror of https://github.com/xiph/flac
f706f28322
This commit contains the following changes: - Drops -fstack-protector in favor of -fstack-protector-strong. Consequently, the ssp-buffer-size parameter has been removed as -fstack-protector-strong ignores array size. - Add new global opt-out for stack smash protection. This is enabled by default for both autotools and CMake builds. Users can opt out of stack smash protection by passing -DWITH_STACK_PROTECTOR=OFF to CMake or --disable-stack-smash-protection when running ./configure. - Renames HAVE_SSP_FLAG to HAVE_STACK_PROTECTOR_FLAG in CMakeLists.txt to be more readable. |
||
---|---|---|
.. | ||
Makefile.am | ||
add_cflags.m4 | ||
add_cxxflags.m4 | ||
ax_add_fortify_source.m4 | ||
ax_check_enable_debug.m4 | ||
bswap.m4 | ||
c_attribute.m4 | ||
clang.m4 | ||
codeset.m4 | ||
endian.m4 | ||
gcc_version.m4 | ||
iconv.m4 | ||
lib-ld.m4 | ||
lib-link.m4 | ||
lib-prefix.m4 | ||
ogg.m4 | ||
really_gcc.m4 | ||
stack_protect.m4 | ||
xmms.m4 |