2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00

Set /Od and /Zi for no opt, debug

[SVN r18962]
This commit is contained in:
Beman Dawes
2003-07-07 15:22:47 +00:00
parent efa955eb10
commit ed39cf23db
2 changed files with 42 additions and 36 deletions

View File

@@ -51,28 +51,31 @@ if ! $(COMO_PATH_SETUP) # do this once
COMO_PATH_SETUP ?= "" ;
}
flags como C++FLAGS <exception-handling>off : --no_exceptions ;
flags como C++FLAGS <exception-handling>on : --exceptions ;
flags como-win32 C++FLAGS <exception-handling>off : --no_exceptions ;
flags como-win32 C++FLAGS <exception-handling>on : --exceptions ;
flags como CFLAGS <inlining>off : --no_inlining ;
flags como CFLAGS <inlining>on <inlining>full : --inlining ;
flags como-win32 CFLAGS <inlining>off : --no_inlining ;
flags como-win32 CFLAGS <inlining>on <inlining>full : --inlining ;
flags como CFLAGS <cflags> ;
flags como C++FLAGS <cxxflags> ;
flags como DEFINES <define> ;
flags como UNDEFS <undef> ;
flags como HDRS <include> ;
flags como STDHDRS <sysinclude> ;
flags como LINKFLAGS <linkflags> ;
flags como ARFLAGS <arflags> ;
flags como NO_WARN <no-warn> ;
flags como-win32 CFLAGS <debug-symbols>on : /Zi ;
flags como-win32 CFLAGS <optimization>off : /Od ;
flags como STDHDRS : $(COMO_INCLUDE_PATH) ;
flags como STDLIB_PATH : $(COMO_STDLIB_PATH)$(SLASH) ;
flags como-win32 CFLAGS <cflags> ;
flags como-win32 C++FLAGS <cxxflags> ;
flags como-win32 DEFINES <define> ;
flags como-win32 UNDEFS <undef> ;
flags como-win32 HDRS <include> ;
flags como-win32 STDHDRS <sysinclude> ;
flags como-win32 LINKFLAGS <linkflags> ;
flags como-win32 ARFLAGS <arflags> ;
flags como-win32 NO_WARN <no-warn> ;
flags como LIBPATH <library-path> ;
flags como NEEDLIBS <library-file> ;
flags como FINDLIBS <find-library> ;
flags como-win32 STDHDRS : $(COMO_INCLUDE_PATH) ;
flags como-win32 STDLIB_PATH : $(COMO_STDLIB_PATH)$(SLASH) ;
flags como-win32 LIBPATH <library-path> ;
flags como-win32 NEEDLIBS <library-file> ;
flags como-win32 FINDLIBS <find-library> ;
#### Link ####

View File

@@ -51,28 +51,31 @@ if ! $(COMO_PATH_SETUP) # do this once
COMO_PATH_SETUP ?= "" ;
}
flags como C++FLAGS <exception-handling>off : --no_exceptions ;
flags como C++FLAGS <exception-handling>on : --exceptions ;
flags como-win32 C++FLAGS <exception-handling>off : --no_exceptions ;
flags como-win32 C++FLAGS <exception-handling>on : --exceptions ;
flags como CFLAGS <inlining>off : --no_inlining ;
flags como CFLAGS <inlining>on <inlining>full : --inlining ;
flags como-win32 CFLAGS <inlining>off : --no_inlining ;
flags como-win32 CFLAGS <inlining>on <inlining>full : --inlining ;
flags como CFLAGS <cflags> ;
flags como C++FLAGS <cxxflags> ;
flags como DEFINES <define> ;
flags como UNDEFS <undef> ;
flags como HDRS <include> ;
flags como STDHDRS <sysinclude> ;
flags como LINKFLAGS <linkflags> ;
flags como ARFLAGS <arflags> ;
flags como NO_WARN <no-warn> ;
flags como-win32 CFLAGS <debug-symbols>on : /Zi ;
flags como-win32 CFLAGS <optimization>off : /Od ;
flags como STDHDRS : $(COMO_INCLUDE_PATH) ;
flags como STDLIB_PATH : $(COMO_STDLIB_PATH)$(SLASH) ;
flags como-win32 CFLAGS <cflags> ;
flags como-win32 C++FLAGS <cxxflags> ;
flags como-win32 DEFINES <define> ;
flags como-win32 UNDEFS <undef> ;
flags como-win32 HDRS <include> ;
flags como-win32 STDHDRS <sysinclude> ;
flags como-win32 LINKFLAGS <linkflags> ;
flags como-win32 ARFLAGS <arflags> ;
flags como-win32 NO_WARN <no-warn> ;
flags como LIBPATH <library-path> ;
flags como NEEDLIBS <library-file> ;
flags como FINDLIBS <find-library> ;
flags como-win32 STDHDRS : $(COMO_INCLUDE_PATH) ;
flags como-win32 STDLIB_PATH : $(COMO_STDLIB_PATH)$(SLASH) ;
flags como-win32 LIBPATH <library-path> ;
flags como-win32 NEEDLIBS <library-file> ;
flags como-win32 FINDLIBS <find-library> ;
#### Link ####