]> git.pld-linux.org Git - packages/ldc.git/blob - macros.ldc
BRs for tar.xz source
[packages/ldc.git] / macros.ldc
1 #
2 # RPM macros for D applications.
3 #
4 # Include directory where all .di or .d file are installed.
5 %_d_includedir %{_includedir}/d
6 # Compile options for ldc and make file
7 %_d_optflags -release -w -g -O1
8 # Lib directory path
9 %_d_libdir %{_libdir}/d/
This page took 0.106002 seconds and 3 git commands to generate.