diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2010-12-31 19:10:49 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-12-31 19:10:49 +0000 |
commit | 023c63351ec78d88c1b3bd600cbcab56838769ae (patch) | |
tree | 767334a8dbefc784812fdc9d46bda0d37a2d4fb2 /docs/tutorial | |
parent | 8a3d29cf1064e8efbb8c8d5d4653ad147c7b037e (diff) | |
download | external_llvm-023c63351ec78d88c1b3bd600cbcab56838769ae.zip external_llvm-023c63351ec78d88c1b3bd600cbcab56838769ae.tar.gz external_llvm-023c63351ec78d88c1b3bd600cbcab56838769ae.tar.bz2 |
CMake (MSVC): cmake automatically adds the /EHsc and /GR compiler
options. If we are building with exceptions/rtti disabled, we replace
/EHsc with /EHs-c- and /GR with /GR-, respectively. If we just add the
disabling options we get warnings like this:
cl : Command line warning D9025 : overriding '/EHs' with '/EHs-'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122648 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/tutorial')
0 files changed, 0 insertions, 0 deletions