зеркало из https://github.com/mozilla/pjs.git
add profiling capability for win32
This commit is contained in:
Родитель
7e68197c2c
Коммит
f03da81d1d
|
@ -86,6 +86,14 @@ endif
|
|||
|
||||
OBJDIR_TAG = _DBG
|
||||
LDFLAGS = -DEBUG -DEBUGTYPE:CV
|
||||
#
|
||||
# When PROFILE=1 is defined, set the compile and link options
|
||||
# to build targets for use by the ms-win32 profiler
|
||||
#
|
||||
ifdef PROFILE
|
||||
LDFLAGS += -PROFILE -MAP
|
||||
DLLFLAGS += -PROFILE -MAP
|
||||
endif
|
||||
endif
|
||||
|
||||
DEFINES += -DWIN32
|
||||
|
|
Загрузка…
Ссылка в новой задаче