aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-15 20:55:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-15 20:55:31 +0000
commit91caa0109037f277502b1cbd4bcc185be2413f52 (patch)
tree5000612282b72e9e146e3728f97778f86f8e4ffb /wsutil
parentd41065097e263c6ff4b2380392aedd2aa9ab61aa (diff)
Add /MP flag to make use of multi cores.
svn path=/trunk/; revision=29104
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.nmake b/wsutil/Makefile.nmake
index d12fe41863..6d92e0c477 100644
--- a/wsutil/Makefile.nmake
+++ b/wsutil/Makefile.nmake
@@ -11,7 +11,7 @@ include ..\Makefile.nmake.inc
include Makefile.common
-CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. $(GLIB_CFLAGS) \
+CFLAGS=-WX /MP -DHAVE_CONFIG_H /I. /I.. $(GLIB_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL