VirtualBox

Changeset 2953 in kBuild


Ignore:
Timestamp:
Sep 21, 2016 6:54:27 PM (8 years ago)
Author:
bird
Message:

VCC100*.kmk: Must always use -Zi for kObjDep to work.

Location:
trunk/kBuild/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC100.kmk

    r2951 r2953  
    109109
    110110TOOL_VCC100_COBJSUFF         ?= .obj
    111 TOOL_VCC100_CFLAGS           ?= -TC -nologo
    112 TOOL_VCC100_CFLAGS.debug     ?= -Zi
    113 TOOL_VCC100_CFLAGS.dbgopt    ?= -O2 -Zi
     111TOOL_VCC100_CFLAGS           ?= -TC -nologo -Zi
     112TOOL_VCC100_CFLAGS.debug     ?=
     113TOOL_VCC100_CFLAGS.dbgopt    ?= -O2
    114114TOOL_VCC100_CFLAGS.release   ?= -O2
    115115TOOL_VCC100_CFLAGS.profile   ?= -O2
     
    118118
    119119TOOL_VCC100_CXXOBJSUFF       ?= .obj
    120 TOOL_VCC100_CXXFLAGS         ?= -TP -nologo
    121 TOOL_VCC100_CXXFLAGS.debug   ?= -Zi
    122 TOOL_VCC100_CXXFLAGS.dbgopt  ?= -O2 -Zi
     120TOOL_VCC100_CXXFLAGS         ?= -TP -nologo -Zi
     121TOOL_VCC100_CXXFLAGS.debug   ?=
     122TOOL_VCC100_CXXFLAGS.dbgopt  ?= -O2
    123123TOOL_VCC100_CXXFLAGS.release ?= -O2
    124124TOOL_VCC100_CXXFLAGS.profile ?= -O2
  • trunk/kBuild/tools/VCC100AMD64.kmk

    r2951 r2953  
    107107
    108108TOOL_VCC100AMD64_COBJSUFF         ?= .obj
    109 TOOL_VCC100AMD64_CFLAGS           ?= -TC -nologo
    110 TOOL_VCC100AMD64_CFLAGS.debug     ?= -Zi
    111 TOOL_VCC100AMD64_CFLAGS.dbgopt    ?= -O2 -Zi
     109TOOL_VCC100AMD64_CFLAGS           ?= -TC -nologo -Zi
     110TOOL_VCC100AMD64_CFLAGS.debug     ?=
     111TOOL_VCC100AMD64_CFLAGS.dbgopt    ?= -O2
    112112TOOL_VCC100AMD64_CFLAGS.release   ?= -O2
    113113TOOL_VCC100AMD64_CFLAGS.profile   ?= -O2
     
    116116
    117117TOOL_VCC100AMD64_CXXOBJSUFF       ?= .obj
    118 TOOL_VCC100AMD64_CXXFLAGS         ?= -TP -nologo
    119 TOOL_VCC100AMD64_CXXFLAGS.debug   ?= -Zi
    120 TOOL_VCC100AMD64_CXXFLAGS.dbgopt  ?= -O2 -Zi
     118TOOL_VCC100AMD64_CXXFLAGS         ?= -TP -nologo -Zi
     119TOOL_VCC100AMD64_CXXFLAGS.debug   ?=
     120TOOL_VCC100AMD64_CXXFLAGS.dbgopt  ?= -O2
    121121TOOL_VCC100AMD64_CXXFLAGS.release ?= -O2
    122122TOOL_VCC100AMD64_CXXFLAGS.profile ?= -O2
  • trunk/kBuild/tools/VCC100X86.kmk

    r2951 r2953  
    102102# General Properties used by kBuild
    103103TOOL_VCC100X86_COBJSUFF         ?= .obj
    104 TOOL_VCC100X86_CFLAGS           ?= -TC -nologo
    105 TOOL_VCC100X86_CFLAGS.debug     ?= -Zi
    106 TOOL_VCC100X86_CFLAGS.dbgopt    ?= -O2 -Zi
     104TOOL_VCC100X86_CFLAGS           ?= -TC -nologo -Zi
     105TOOL_VCC100X86_CFLAGS.debug     ?=
     106TOOL_VCC100X86_CFLAGS.dbgopt    ?= -O2
    107107TOOL_VCC100X86_CFLAGS.release   ?= -O2
    108108TOOL_VCC100X86_CFLAGS.profile   ?= -O2
     
    111111
    112112TOOL_VCC100X86_CXXOBJSUFF       ?= .obj
    113 TOOL_VCC100X86_CXXFLAGS         ?= -TP -nologo
    114 TOOL_VCC100X86_CXXFLAGS.debug   ?= -Zi
    115 TOOL_VCC100X86_CXXFLAGS.dbgopt  ?= -O2 -Zi
     113TOOL_VCC100X86_CXXFLAGS         ?= -TP -nologo -Zi
     114TOOL_VCC100X86_CXXFLAGS.debug   ?=
     115TOOL_VCC100X86_CXXFLAGS.dbgopt  ?= -O2
    116116TOOL_VCC100X86_CXXFLAGS.release ?= -O2
    117117TOOL_VCC100X86_CXXFLAGS.profile ?= -O2
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