mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 07:13:13 +01:00
removed use on removed switches in gc makefile
This commit is contained in:
@@ -24,10 +24,10 @@ ADD_DFLAGS=
|
||||
CFLAGS=$(ADD_CFLAGS)
|
||||
|
||||
#DFLAGS=-release -O3 -inline -w -nofloat $(ADD_DFLAGS)
|
||||
DFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
|
||||
DFLAGS=-w -disable-invariants $(ADD_DFLAGS)
|
||||
|
||||
#TFLAGS=-O3 -inline -w -nofloat $(ADD_DFLAGS)
|
||||
TFLAGS=-w -nofloat -disable-invariants $(ADD_DFLAGS)
|
||||
TFLAGS=-w -disable-invariants $(ADD_DFLAGS)
|
||||
|
||||
DOCFLAGS=-version=DDoc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user