44#
55# Copyright (c) 1994, Regents of the University of California
66#
7- # $PostgreSQL: pgsql/src/backend/Makefile,v 1.107 2004/12/31 19:09:37 tgl Exp $
7+ # $PostgreSQL: pgsql/src/backend/Makefile,v 1.108 2005/01/26 21:55:26 tgl Exp $
88#
99# -------------------------------------------------------------------------
1010
@@ -48,7 +48,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a
4848$(DLLTOOL ) --dllname$@ $(X ) --output-exp$@ .exp --def postgres.def
4949$(CC ) $(CFLAGS ) $(LDFLAGS ) -o$@ $(X ) -Wl,--base-file,$@ .base$@ .exp$(OBJS ) $(LIBS )
5050$(DLLTOOL ) --dllname$@ $(X ) --base-file$@ .base --output-exp$@ .exp --def postgres.def
51- $(CC ) $(CFLAGS ) $(LDFLAGS ) -o$@ $(X ) $@ .exp$(OBJS ) $(LIBS )
51+ $(CC ) $(CFLAGS ) $(LDFLAGS ) -Wl,--stack,4194304 - o$@ $(X ) $@ .exp$(OBJS ) $(LIBS )
5252rm -f$@ .exp$@ .base
5353
5454postgres.def :$(OBJS )
@@ -65,7 +65,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a $(WIN32RES)
6565$(DLLTOOL ) --dllname$@ $(X ) --output-exp$@ .exp --def postgres.def
6666$(CC ) $(CFLAGS ) $(LDFLAGS ) -o$@ $(X ) -Wl,--base-file,$@ .base$@ .exp$(OBJS ) $(WIN32RES ) $(LIBS )
6767$(DLLTOOL ) --dllname$@ $(X ) --base-file$@ .base --output-exp$@ .exp --def postgres.def
68- $(CC ) $(CFLAGS ) $(LDFLAGS ) -o$@ $(X ) $@ .exp$(OBJS ) $(WIN32RES ) $(LIBS )
68+ $(CC ) $(CFLAGS ) $(LDFLAGS ) -Wl,--stack=4194304 - o$@ $(X ) $@ .exp$(OBJS ) $(WIN32RES ) $(LIBS )
6969rm -f$@ .exp$@ .base
7070
7171postgres.def :$(OBJS )