Searched refs:_FORTIFY_SOURCE (Results 1 – 12 of 12) sorted by relevance
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
40 #ifdef _FORTIFY_SOURCE
93 # use _FORTIFY_SOURCE97 [use _FORTIFY_SOURCE=2 option when compiling)])],
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