mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
defs-dev.mk, defs-dist.mk: Add some more default USE_XXX variables
This commit is contained in:
parent
7acfdd6021
commit
b1a64740b0
2 changed files with 71 additions and 26 deletions
|
|
@ -48,20 +48,43 @@ LIBTYPE = shared
|
|||
PROFILE_DIR = $(ENV_PREFIX)/etc/profile.d
|
||||
ROOTOWNER = root
|
||||
ROOTGROUP = root
|
||||
# dunno if this is cool, see defs-dev.mk
|
||||
IMAGEDIR = $(TOPDIR)/images
|
||||
CTRLDIR = /etc/rc.d
|
||||
|
||||
# -- debugging options
|
||||
# -- options
|
||||
|
||||
# for using the dbmalloc lib, before you will need to do:
|
||||
# cd $(MODDIR)/contrib/dbmalloc; tar -xzf dbmalloc-ver.sion.tar.gz
|
||||
#COMPILE_DEBUG_CODE = true
|
||||
#USE_DBMALLOC = true
|
||||
#USE_DMALLOC = true
|
||||
#USE_MEMWATCH = true
|
||||
#USE_EFENCE = true
|
||||
#USE_MPATROL = true
|
||||
USE_COMPILER_DEBUG_OPTS = true
|
||||
USE_COMPILER_OPTIMIZATION_OPTS = true
|
||||
#USE_TRACING = true
|
||||
#USE_TIMER = true
|
||||
|
||||
#USE_BTOOLS = true
|
||||
#USE_DSPFS = true
|
||||
|
||||
#USE_ENGINE_BENNO = true
|
||||
#USE_ENGINE_JAN = true
|
||||
|
||||
#USE_JACK = true
|
||||
#USE_JACKDUMMY = true
|
||||
#USE_JACKJART = true
|
||||
#USE_JACKRTAI = true
|
||||
#USE_JACK = true
|
||||
|
||||
#USE_DBMALLOC = true
|
||||
#USE_DMALLOC = true
|
||||
#USE_EFENCE = true
|
||||
#USE_VALGRIND = true
|
||||
#USE_MEMWATCH = true
|
||||
#USE_MPATROL = true
|
||||
#USE_PROFILER = true
|
||||
#USE_TRACING = true
|
||||
#USE_TIMER = true
|
||||
#LOG_THREAD_NAMES = true
|
||||
|
||||
#STRIP_SYMBOLS = true
|
||||
COMPILE_DEBUG_CODE = true
|
||||
USE_COMPILER_DEBUG_OPTS = true
|
||||
USE_COMPILER_OPTIMIZATION_OPTS = true
|
||||
|
||||
#USE_FUSE = true
|
||||
#USE_SNDFILE = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue