1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

Move CXX platform-specific stuff into template files.

This commit is contained in:
Bruce Momjian
2002-07-07 20:28:25 +00:00
parent 712f69ece8
commit 4f4753832e
5 changed files with 16 additions and 14 deletions

View File

@@ -3,3 +3,4 @@ if test "$GCC" = yes; then
else
CFLAGS='-O -K inline'
fi
VENDOR_CXXFLAGS="-O"