Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0dfba commit 997fa75Copy full SHA for 997fa75
src/template/linux
@@ -3,6 +3,9 @@
3
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
4
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
5
6
+# Many distributors use this, so we might as well see the warnings as well.
7
+CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
8
+
9
# If --enable-profiling is specified, we need -DLINUX_PROFILE
10
PLATFORM_PROFILE_FLAGS="-DLINUX_PROFILE"
11
0 commit comments