File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,4 @@ include $(top_builddir)/src/Makefile.global
14
14
15
15
OBJS = dest.o fastpath.o postgres.o pquery.o utility.o
16
16
17
- ifneq (,$(filter $(PORTNAME ) ,cygwin win32) )
18
- override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT )
19
- endif
20
-
21
17
include $(top_srcdir ) /src/backend/common.mk
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ AROPT = crs
14
14
DLSUFFIX = .dll
15
15
CFLAGS_SL =
16
16
17
+ override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT)
18
+
17
19
ifneq (,$(findstring backend,$(subdir)))
18
20
ifeq (,$(findstring conversion_procs,$(subdir)))
19
21
ifeq (,$(findstring snowball,$(subdir)))
Original file line number Diff line number Diff line change 9
9
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
10
10
endif
11
11
12
+ override CPPFLAGS += -DWIN32_STACK_RLIMIT=$(WIN32_STACK_RLIMIT)
13
+
12
14
AROPT = crs
13
15
DLSUFFIX = .dll
14
16
CFLAGS_SL =
You can’t perform that action at this time.
0 commit comments