VirtualBox

Changeset 45250 in vbox for trunk/Config.kmk


Ignore:
Timestamp:
Mar 29, 2013 3:40:59 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84632
Message:

VBOXR0DRV/darwin: Set default visibility to hidden.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r45194 r45250  
    32153215TEMPLATE_VBOXR0DRV_CXXFLAGS            = $(VBOX_DARWIN_DEF_SDK_CXXFLAGS) \
    32163216        -g $(VBOX_GCC_pipe) $(VBOX_GCC_WARN) -Wno-long-long $(VBOX_GCC_fdiagnostics-show-option) \
    3217         -fno-common -nostdinc -fno-builtin -finline \
     3217        -fno-common -nostdinc -fno-builtin -finline $(VBOX_GCC_fvisibility-inlines-hidden) $(VBOX_GCC_fvisibility-hidden) \
    32183218        -fno-keep-inline-functions -fno-exceptions -msoft-float \
    32193219        -fapple-kext -fno-rtti -fcheck-new -force_cpusubtype_ALL \
     
    32233223TEMPLATE_VBOXR0DRV_CFLAGS              = $(VBOX_DARWIN_DEF_SDK_CFLAGS) \
    32243224        -g $(VBOX_GCC_pipe) $(VBOX_GCC_WARN) -Wno-long-long -fno-common -nostdinc -fno-builtin -finline \
    3225         -fno-keep-inline-functions -fno-exceptions -msoft-float \
     3225        -fno-keep-inline-functions -fno-exceptions $(VBOX_GCC_fvisibility-hidden) -msoft-float \
    32263226        -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations \
    32273227        -Werror-implicit-function-declaration -force_cpusubtype_ALL \
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette