Kaydet (Commit) 1155f024 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The OS X x86_64 callvirtualmethod.cxx doesn't work if optimized

Change-Id: Ib7a5cfa3f547364ba04e09d4829b7f3a477c731f
üst 02864717
......@@ -135,7 +135,8 @@ bridge_noopt_objects := callvirtualmethod
bridge_exception_objects := abi cpp2uno except uno2cpp
else ifeq ($(OS),MACOSX)
bridges_SELECTED_BRIDGE := gcc3_macosx_x86-64
bridge_exception_objects := abi call callvirtualmethod cpp2uno except uno2cpp
bridge_exception_objects := abi call cpp2uno except uno2cpp
bridge_noopt_objects := callvirtualmethod
else ifeq ($(COM),MSC)
bridges_SELECTED_BRIDGE := msvc_win32_x86-64
bridge_exception_objects := cpp2uno dllinit uno2cpp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment