- Timestamp:
- Sep 17, 2007 6:35:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/Makefile.kmk
r4847 r4864 36 36 TEMPLATE_XPCOM_CXXFLAGS.l4 = -fno-exceptions -nostdinc 37 37 TEMPLATE_XPCOM_CXXFLAGS.linux = -pthread 38 TEMPLATE_XPCOM_CXXFLAGS.solaris = -fno-omit-frame-pointer # for now anyway. 38 39 TEMPLATE_XPCOM_CFLAGS = -pipe -Wall -Wno-unused -Wno-parentheses -Wno-uninitialized $(VBOX_GCC_fvisibility-hidden) 39 40 TEMPLATE_XPCOM_CFLAGS.debug = -fno-inline … … 42 43 TEMPLATE_XPCOM_CFLAGS.l4 = -nostdinc 43 44 TEMPLATE_XPCOM_CFLAGS.linux = -pthread -ansi 45 TEMPLATE_XPCOM_CFLAGS.solaris = -fno-omit-frame-pointer # for now anyway. 44 46 TEMPLATE_XPCOM_DEFS = MOZILLA_CLIENT=1 NDEBUG=1 _IMPL_NS_COM \ 45 47 XPCOM_DLL_BASE=\"$(basename $(notdir $(LIB_XPCOM)))\" \ … … 992 994 VBox-xpcom-xptcall_SOURCES.solaris.x86 = xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_solaris.cpp \ 993 995 xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_solaris.cpp 996 xpcom/reflect/xptcall/src/md/unix/xptcstubs_x86_solaris.cpp_CXXFLAGS = -O0 997 # -O0 works fine, while -O1 doesn't. The gcc man page can't be listing all the -f* 998 # stuff that -O1 enables, because when using the options without -O1, it's -fomit-frame-pointer 999 # that triggers is, while -O1 -fno-omit-frame-pointer does not work. Anyway, it's probably a gcc/mozila 1000 # bug and it's not worth investigating as I'm not the maintainger of the solaris gcc port. [bird, 2007-09-17] 1001 994 1002 995 1003 VBox-xpcom-proxy_TEMPLATE = XPCOM
Note:
See TracChangeset
for help on using the changeset viewer.