VirtualBox

Changeset 14603

Show
Ignore:
Timestamp:
11/25/08 23:01:28 (1 month ago)
Author:
vboxsync
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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. 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy