aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Signals.cpp
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2018-12-18 18:17:00 +0000
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2018-12-18 18:17:00 +0000
commitb5053199694972d627c886ca00d842d153cbdbcd (patch)
tree35ecaa0042e8e9718a70314d57ee9845e2c5bf23 /llvm/lib/Support/Signals.cpp
parentb67d91e09078eb3dced1d139bd78a79df89f9568 (diff)
downloadllvm-b5053199694972d627c886ca00d842d153cbdbcd.zip
llvm-b5053199694972d627c886ca00d842d153cbdbcd.tar.gz
llvm-b5053199694972d627c886ca00d842d153cbdbcd.tar.bz2
[CMake] Default options for faster executables on MSVC
- Disable incremental linking by default. /INCREMENTAL adds extra thunks in the EXE, which makes execution slower. - Set /MT (static CRT lib) by default instead of CMake's default /MD (dll CRT lib). The previous default /MD makes all DLL functions to be thunked, thus making execution slower (memcmp, memset, etc.) - Adds LLVM_ENABLE_INCREMENTAL_LINK which is set to OFF by default. Differential revision: https://reviews.llvm.org/D55056 llvm-svn: 349517
Diffstat (limited to 'llvm/lib/Support/Signals.cpp')
0 files changed, 0 insertions, 0 deletions