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.
8 lines
200 B
8 lines
200 B
1 year ago
|
#
|
||
|
# RPM macros for D applications.
|
||
|
#
|
||
|
# Include directory where all .di or .d file are installed.
|
||
|
%_d_includedir %{_includedir}/d
|
||
|
# Default D optimization flags for LDC
|
||
|
%_d_optflags -O -g -release -wi
|