]> git.pld-linux.org Git - packages/ldc.git/blob - macros.ldc
New, version 1.27.1
[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.056259 seconds and 4 git commands to generate.