http://bugs.winehq.org/show_bug.cgi?id=22925
--- Comment #4 from Wylda wylda@volny.cz 2010-05-29 15:09:31 ---
AJ is talking about DLL as a whole (no need to compile individual files from each dll with -O0/-O2).
Thanks Vitaliy! So because i won't revert anything i took this issue to 1.2-rc2.
1st scenario ============ * I took -O0 (crashing) and put into it ntdll.dll.so (from working -O2) => results -O0 no longer crash :-D
2nd scenario ============ * I took -O2 (working) and put into it ntdll.dll.so (from crashing -O0) => results -O2 still works. Isn't that weird?
As you can see, i wanted to double check that dll file, but apparently reciprocity doesn't work here. What do you suggest?