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/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/security/nss/cmd/rsaperf/Makefile b/security/nss/cmd/rsaperf/Makefile
index e256ff037..7df60581b 100644
--- a/security/nss/cmd/rsaperf/Makefile
+++ b/security/nss/cmd/rsaperf/Makefile
@@ -57,16 +57,6 @@ include $(CORE_DEPTH)/coreconf/config.mk
#######################################################################
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
-
-
#######################################################################
# (5) Execute "global" rules. (OPTIONAL) #
#######################################################################