summaryrefslogtreecommitdiff
path: root/security/nss/cmd/rsaperf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/cmd/rsaperf/Makefile')
-rw-r--r--security/nss/cmd/rsaperf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/cmd/rsaperf/Makefile b/security/nss/cmd/rsaperf/Makefile
index 1a555a2fe..35dc5f5da 100644
--- a/security/nss/cmd/rsaperf/Makefile
+++ b/security/nss/cmd/rsaperf/Makefile
@@ -55,7 +55,9 @@ include ../platlibs.mk
ifeq (,$(filter-out WINNT WIN95 WIN16,$(OS_TARGET))) #omits WINCE
ifndef BUILD_OPT
+ifndef NS_USE_GCC
LDFLAGS += /subsystem:console /profile /debug /machine:I386 /incremental:no
+endif
OS_CFLAGS += -D_CONSOLE
endif
endif