Commit 4f2f33b
committed
UPBGE: Remove /bigobj option that caused issue on MSVC 2013
When we compiled upbge with MSVC 2015 we needed /bigobj option to build in
debug mode else we had compilation errors.
But this has a bad effect on MSCV 2013:
http://pasteall.org/pic/show.php?id=113567 Debug information format was
empty. When this option is empty, we can't use breakpoint to debug in MSVC
2013.
For now I manually set it wit /Zi (the correct option). But as we build
upbge with MSVC 2013 and that this commit that added /bigobj flag had this
indesirable effect, I remove this commit for now because we don't need it
on MSVC 2013.
If we want to do the things correctly, we have to restore /bigobj only
for MSVC 2015 (if (MSVC14) in cmake) and find a way to fill debug
informations format field with /Zi.1 parent 50e3447 commit 4f2f33b
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
1312 | | - | |
1313 | | - | |
1314 | | - | |
1315 | | - | |
1316 | | - | |
1317 | | - | |
1318 | 1312 | | |
1319 | 1313 | | |
1320 | 1314 | | |
| |||
0 commit comments