From 62d25256f13d067f3150200efba38b7ec5102327 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 18 Apr 2007 10:14:06 +0000 Subject: Change default build to release, to be consistent with unix build. Make it possible to set the default from builenv.bat. Per request from Dave Page --- doc/src/sgml/install-win32.sgml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index f2fbdb8440f..a304df09f34 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ - + Installation on <productname>Windows</productname> @@ -186,17 +186,17 @@ Building - To build all of PostgreSQL in debug configuration (the default), run the + To build all of PostgreSQL in release configuration (the default), run the command: build - To build all of PostgreSQL in release configuration, run the command: + To build all of PostgreSQL in debug configuration, run the command: - build RELEASE + build DEBUG To build just a single project, for example psql, run the commands: @@ -205,7 +205,14 @@ build psql - build RELEASE psql + build DEBUG psql + + + To change the default build configuration to debug, put the following + in the buildenv.bat file: + + + set CONFIG=Debug -- cgit v1.2.3