Commit 2a9dea4
committed
CD: don't build a Windows debug static version of libOpenCOR.
Indeed, this results in the following linking error message:
src\libOpenCORd.lib : fatal error LNK1248: image size (1003F939E) exceeds maximum allowable size (FFFFFFFF)
IOW, the static library is more than 4GB big and even though we are on a 64-bit machine, we can't seem to be able to build a static library that is more than 4GB big on Windows...1 parent 3e5d976 commit 2a9dea4
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 23 | | |
29 | 24 | | |
30 | 25 | | |
| |||
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 38 | | |
49 | 39 | | |
50 | 40 | | |
| |||
0 commit comments