File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
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 $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -48,7 +48,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a
48
48
$(DLLTOOL ) --dllname $@ $(X ) --output-exp $@ .exp --def postgres.def
49
49
$(CC ) $(CFLAGS ) $(LDFLAGS ) -o $@ $(X ) -Wl,--base-file,$@ .base $@ .exp $(OBJS ) $(LIBS )
50
50
$(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 )
52
52
rm -f $@ .exp $@ .base
53
53
54
54
postgres.def : $(OBJS )
@@ -65,7 +65,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a $(WIN32RES)
65
65
$(DLLTOOL ) --dllname $@ $(X ) --output-exp $@ .exp --def postgres.def
66
66
$(CC ) $(CFLAGS ) $(LDFLAGS ) -o $@ $(X ) -Wl,--base-file,$@ .base $@ .exp $(OBJS ) $(WIN32RES ) $(LIBS )
67
67
$(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 )
69
69
rm -f $@ .exp $@ .base
70
70
71
71
postgres.def : $(OBJS )
You can’t perform that action at this time.
0 commit comments