Commit 89696ca
[win] Fix build and tests with winrtdebug=ON (#19404)
* [win] Fix build and tests with winrtdebug=ON
- Add the -RTC1 (runtime check) compiler flag with winrtdebug=ON and dev=ON
- Add the -D_ITERATOR_DEBUG_LEVEL=0 flag where needed, to work-around the issue with STL iterators and I/O. This produce incompatible debug binaries, but allows to debug ROOT
- Add the LLVM_ENABLE_DUMP=TRUE option when LLVM_BUILD_TYPE is Debug or RelWithDebInfo
- Fix gtest-tree-ntuple-ntuple-packing, which was failing for one bit difference
* Update interpreter/CMakeLists.txt
Co-authored-by: Vassil Vassilev <v.g.vassilev@gmail.com>
* Update interpreter/CMakeLists.txt
* Update interpreter/CMakeLists.txt
* Revert changes in tree/ntuple/src/RColumnElement.hxx
* debug and optimized are exclusive on Windows only
---------
Co-authored-by: Vassil Vassilev <v.g.vassilev@gmail.com>1 parent 6dcab08 commit 89696ca
File tree
8 files changed
+37
-5
lines changed- cmake
- modules
- scripts
- core
- base/src
- dictgen/src
- graf2d/win32gdk/gdk/src/glib
- interpreter
- cling/lib/Interpreter
- io/io/src
8 files changed
+37
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | | - | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2885 | 2885 | | |
2886 | 2886 | | |
2887 | 2887 | | |
| 2888 | + | |
| 2889 | + | |
| 2890 | + | |
| 2891 | + | |
| 2892 | + | |
| 2893 | + | |
2888 | 2894 | | |
2889 | 2895 | | |
2890 | 2896 | | |
| |||
3729 | 3735 | | |
3730 | 3736 | | |
3731 | 3737 | | |
| 3738 | + | |
| 3739 | + | |
| 3740 | + | |
3732 | 3741 | | |
3733 | 3742 | | |
3734 | 3743 | | |
3735 | 3744 | | |
3736 | 3745 | | |
3737 | 3746 | | |
| 3747 | + | |
| 3748 | + | |
| 3749 | + | |
3738 | 3750 | | |
3739 | 3751 | | |
3740 | 3752 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2135 | 2135 | | |
2136 | 2136 | | |
2137 | 2137 | | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
2138 | 2142 | | |
2139 | 2143 | | |
2140 | 2144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
| 548 | + | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
179 | 182 | | |
180 | 183 | | |
| 184 | + | |
181 | 185 | | |
182 | 186 | | |
183 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
849 | 849 | | |
850 | 850 | | |
851 | 851 | | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
852 | 855 | | |
853 | 856 | | |
854 | 857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3222 | 3222 | | |
3223 | 3223 | | |
3224 | 3224 | | |
| 3225 | + | |
| 3226 | + | |
| 3227 | + | |
| 3228 | + | |
| 3229 | + | |
3225 | 3230 | | |
3226 | 3231 | | |
3227 | 3232 | | |
| |||
0 commit comments