Roxen.git
/
server
/
tools
/
ntroxen
/
startdll
/
cmdline.cpp
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/tools/ntroxen/startdll/cmdline.cpp:1030:
type = eArgPike; return 1; } //'--no-threads'|'--without-threads'|'--disable-threads') // DEFINES="`echo $DEFINES | sed -e 's/-DENABLE_THREADS//g'`" if (Match(*argv, "--no-threads", NULL, NULL) || Match(*argv, "--without-threads", NULL, NULL) || Match(*argv, "--disable-threads", NULL, NULL) ) {
-
m_saPikeDefines.Remove
("-
DENABLE_THREADS
");
+
OutputLine
(
hOut,
"
Thread support not optional
-
- ignoring
"
+ *argv
);
type = eArgPike; return 1; } //'--with-profile'|'--profile') // DEFINES="-DPROFILE $DEFINES" if (Match(*argv, "--profile", NULL, NULL) || Match(*argv, "--with-profile", NULL, NULL) ) { m_saPikeDefines.Add("-DPROFILE");