remove -release for unittests; revert detab

This commit is contained in:
Walter Bright 2011-02-18 15:20:57 -08:00 committed by Andrei Alexandrescu
parent 237e8cdfc2
commit 3ae25f4ab9

View file

@ -41,7 +41,7 @@ DFLAGS=-O -release -nofloat -w -d
## Flags for compiling unittests
UDFLAGS=-O -release -nofloat -d
UDFLAGS=-O -nofloat -d
## C compiler
@ -159,8 +159,8 @@ DOCS= $(DOC)\object.html \
$(DOC)\core_exception.html \
$(DOC)\core_memory.html \
$(DOC)\core_runtime.html \
$(DOC)\core_thread.html \
$(DOC)\core_time.html \
$(DOC)\core_thread.html \
$(DOC)\core_vararg.html \
$(DOC)\core_sync_barrier.html \
$(DOC)\core_sync_condition.html \