You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
LDC=ldc
|
|
|
|
override DFLAGS+=-O2
|
|
override CFLAGS+=-O2
|
|
|
|
delight: io/base.d io/base_c.o io/events.d io/events_c.o
|
|
gdc $(DFLAGS) -o "$@" $^ -lev
|