Skip to content

Commit

Permalink
Makefiles: remove beta & debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed May 29, 2019
1 parent a2d6b18 commit 48ed543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.conf.template
Expand Up @@ -91,7 +91,7 @@ DEFS+= -DDBG_MALLOC #Include additional, debug-enabled allocator flavors
#DEFS+= -DDBG_TCPCON #Attach struct history info to all TCP connections
#DEFS+= -DNOSMP #Do not use SMP compliant locking. Faster but won't work on SMP machines
#DEFS+= -DEXTRA_DEBUG #Compile in some extra debugging code
DEFS+= -DCC_O0 #Zero compiler optimizations (FAST compile, SLOW code. For devs)
#DEFS+= -DCC_O0 #Zero compiler optimizations (FAST compile, SLOW code. For devs)
#DEFS+= -DORACLE_USRLOC #Use Oracle compatible queries for USRLOC
#DEFS+= -DSHM_EXTRA_STATS #Provide tools to get extra statistics for the shared memory used
#DEFS+= -DUNIT_TESTS #Include unit testing code into opensips and modules
Expand Down
2 changes: 1 addition & 1 deletion Makefile.defs
Expand Up @@ -64,7 +64,7 @@ MAIN_NAME=opensips
VERSION_MAJOR = 3
VERSION_MINOR = 0
VERSION_SUBMINOR = 0
VERSION_BUILD = beta
VERSION_BUILD =

ifneq (,$(VERSION_BUILD))
RELEASE=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_SUBMINOR)-$(VERSION_BUILD)
Expand Down

0 comments on commit 48ed543

Please sign in to comment.