Kaydet (Commit) 8a3014b8 authored tarafından Michael Stahl's avatar Michael Stahl

bridges: msvc complains about silly options

Change-Id: I8f2124f13e0a77113dc6b99c2f236bd2077f41b2
üst 29ce5934
......@@ -32,13 +32,6 @@ $(eval $(call gb_Library_add_defs,msci_uno,\
) \
))
# In case someone enabled the non-standard -fomit-frame-pointer which does not
# work with the .cxx sources of this library.
$(eval $(call gb_Library_add_cxxflags,msci_uno,\
-fno-omit-frame-pointer \
-fno-strict-aliasing \
))
$(eval $(call gb_Library_use_libraries,msci_uno,\
cppu \
sal \
......
......@@ -32,13 +32,6 @@ $(eval $(call gb_Library_add_defs,mscx_uno,\
) \
))
# In case someone enabled the non-standard -fomit-frame-pointer which does not
# work with the .cxx sources of this library.
$(eval $(call gb_Library_add_cxxflags,mscx_uno,\
-fno-omit-frame-pointer \
-fno-strict-aliasing \
))
$(eval $(call gb_Library_use_libraries,mscx_uno,\
cppu \
sal \
......
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