Searched refs:_FORTIFY_SOURCE (Results 1 – 13 of 13) sorted by relevance
38 if(NOT DEFINED _FORTIFY_SOURCE)39 set(_FORTIFY_SOURCE 2)41 …ynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=${_FORTIFY_SOURCE} -Wformat -Wf…42 …ynchronous-unwind-tables -fno-omit-frame-pointer -D_FORTIFY_SOURCE=${_FORTIFY_SOURCE} -Wformat -Wf…
7 built with _FORTIFY_SOURCE enabled) the strlen symbol might not be28 + built with _FORTIFY_SOURCE enabled) the strlen symbol might not be found.
25 #undef _FORTIFY_SOURCE26 #define _FORTIFY_SOURCE 0 macro
22 #undef _FORTIFY_SOURCE23 #define _FORTIFY_SOURCE 0 macro
93 # use _FORTIFY_SOURCE97 [use _FORTIFY_SOURCE=2 option when compiling)])],
40 #ifdef _FORTIFY_SOURCE
21 # in many places for _FORTIFY_SOURCE=2. Security flags become part of CC.
1 Ubuntu defaults to passing _FORTIFY_SOURCE=2 which breaks byacc as it doesn't
5 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
23 # Also fix #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Werror=cpp]
30 #if !defined _FORTIFY_SOURCE && defined __OPTIMIZE__ && __OPTIMIZE__ && defined __linux__31 # define _FORTIFY_SOURCE 2 macro
34 // clang generates lots of these warnings with _FORTIFY_SOURCE
11 # _FORTIFY_SOURCE requires -O1 or higher, so disable in debug builds as they use