VirtualBox

Changeset 14603 in vbox


Ignore:
Timestamp:
Nov 25, 2008 10:01:28 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39904
Message:

fixed release build problem on Win32 (MSVC runtime is unhappy to be called from
the code with omitted frame pointer)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/Makefile.kmk

    r14574 r14603  
    4242 $(REM_MOD)_CFLAGS          = -Wall -g
    4343 $(REM_MOD)_CFLAGS.debug    = -O0
    44  $(REM_MOD)_CFLAGS.release += -fomit-frame-pointer -fno-gcse -O2
     44 $(REM_MOD)_CFLAGS.release += -fno-gcse -O2
    4545 $(REM_MOD)_CFLAGS.profile  = $($(REM_MOD)_CFLAGS.release)
    4646 $(REM_MOD)_CFLAGS.kprofile = $($(REM_MOD)_CFLAGS.release)
     
    156156# Temporary hack, to allow running with oldish GCC
    157157$(REM_MOD)_DEFS.win.x86   += GCC_WITH_BUGGY_REGPARM
    158  
     158
    159159#
    160160# The VBoxREM import library.
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