mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 09:08:23 -05:00
7 lines
284 B
Text
7 lines
284 B
Text
# $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"
|