mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 01:47:36 +08:00
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
# $PostgreSQL: pgsql/src/template/linux,v 1.30 2007/09/21 02:33:46 tgl Exp $
|
|
|
|
# Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise
|
|
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
|
|
|
# If --enable-profiling is specified, we need -DLINUX_PROFILE
|
|
PLATFORM_PROFILE_FLAGS="-DLINUX_PROFILE"
|