mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-25 16:45:21 +02:00
Updated the tango patch, removed some now unnecessarily complex inline asm.
This commit is contained in:
@@ -26,10 +26,10 @@ ADD_DFLAGS=
|
||||
CFLAGS=$(ADD_CFLAGS)
|
||||
|
||||
#DFLAGS=-release -O3 -inline -w $(ADD_DFLAGS)
|
||||
DFLAGS=-w -noasm $(ADD_DFLAGS)
|
||||
DFLAGS=-w $(ADD_DFLAGS)
|
||||
|
||||
#TFLAGS=-O3 -inline -w $(ADD_DFLAGS)
|
||||
TFLAGS=-w -noasm $(ADD_DFLAGS)
|
||||
TFLAGS=-w $(ADD_DFLAGS)
|
||||
|
||||
DOCFLAGS=-version=DDoc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user