mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
remove -release for unittests; revert detab
This commit is contained in:
parent
237e8cdfc2
commit
3ae25f4ab9
1 changed files with 459 additions and 459 deletions
|
@ -41,7 +41,7 @@ DFLAGS=-O -release -nofloat -w -d
|
||||||
|
|
||||||
## Flags for compiling unittests
|
## Flags for compiling unittests
|
||||||
|
|
||||||
UDFLAGS=-O -release -nofloat -d
|
UDFLAGS=-O -nofloat -d
|
||||||
|
|
||||||
## C compiler
|
## C compiler
|
||||||
|
|
||||||
|
@ -159,8 +159,8 @@ DOCS= $(DOC)\object.html \
|
||||||
$(DOC)\core_exception.html \
|
$(DOC)\core_exception.html \
|
||||||
$(DOC)\core_memory.html \
|
$(DOC)\core_memory.html \
|
||||||
$(DOC)\core_runtime.html \
|
$(DOC)\core_runtime.html \
|
||||||
$(DOC)\core_thread.html \
|
|
||||||
$(DOC)\core_time.html \
|
$(DOC)\core_time.html \
|
||||||
|
$(DOC)\core_thread.html \
|
||||||
$(DOC)\core_vararg.html \
|
$(DOC)\core_vararg.html \
|
||||||
$(DOC)\core_sync_barrier.html \
|
$(DOC)\core_sync_barrier.html \
|
||||||
$(DOC)\core_sync_condition.html \
|
$(DOC)\core_sync_condition.html \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue