Browse Source

- not a good idea after all and did not do what I thought it should do

pull/271/head
Pierre Joye 15 years ago
parent
commit
58b7766aec
  1. 1
      win32/build/config.w32

1
win32/build/config.w32

@ -151,7 +151,6 @@ if (VCVERS >= 1400) {
// Set some debug/release specific options
ADD_FLAG('CFLAGS', ' /RTC1 ');
}
ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION=1 ');
}
ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');

Loading…
Cancel
Save