Skip to content
Commit 250f99b0 authored by Raphaël Hertzog's avatar Raphaël Hertzog
Browse files

dpkg-buildflags: implement --export=configure

The goal is to make it easy to set compilation flags on a ./configure
command line for example like this:
./configure $(shell dpkg-buildflags --export=configure)

The output thus looks like this:
CFLAGS="-g -O2" CPPFLAGS="" CXXFLAGS="-g -O2" FFLAGS="-g -O2" LDFLAGS=""
parent 7f4fb857
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment