VirtualBox

Changeset 68874 in vbox


Ignore:
Timestamp:
Sep 26, 2017 12:38:32 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118130
Message:

Config.kmk,libopus: Added VBoxR3DllNonPedanticFast for building optimized debug libraries doing heavy work. applied to libopus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r68823 r68874  
    52555255        HC_ARCH_BITS=32 ARCH_BITS=32
    52565256
     5257
     5258
     5259#
     5260# Same as VBoxR3DllNonPedantic, only it optimizes debug builds.
     5261#
     5262TEMPLATE_VBoxR3DllNonPedanticFast            = VBox ring-3 Non-pedantic, with warnings, optimized debug.
     5263TEMPLATE_VBoxR3DllNonPedanticFast_EXTENDS    = VBoxR3DllNonPedantic
     5264ifeq ($(KBUILD_TYPE),debug)
     5265 ifeq ($(KBUILD_TARGET),win)
     5266  TEMPLATE_VBoxR3DllNonPedanticFast_CXXFLAGS       = $(filter-out -O0,   $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS)) -O2 -Oy-
     5267  TEMPLATE_VBoxR3DllNonPedanticFast_CXXFLAGS.debug = $(filter-out -RTC%, $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS.debug))
     5268  TEMPLATE_VBoxR3DllNonPedanticFast_CFLAGS         = $(filter-out -O0,   $(TEMPLATE_VBoxR3DllNonPedantic_CFLAGS)) -O2 -Oy-
     5269  TEMPLATE_VBoxR3DllNonPedanticFast_CFLAGS.debug   = $(filter-out -RTC%, $(TEMPLATE_VBoxR3DllNonPedantic_CFLAGS.debug))
     5270 else
     5271  TEMPLATE_VBoxR3DllNonPedanticFast_CXXFLAGS       = $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS) -O2 -fno-omit-frame-pointer
     5272  TEMPLATE_VBoxR3DllNonPedanticFast_CFLAGS         = $(TEMPLATE_VBoxR3DllNonPedantic_CXXFLAGS) -O2 -fno-omit-frame-pointer
     5273 endif
     5274endif
    52575275
    52585276
Note: See TracChangeset for help on using the changeset viewer.

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