From c90c981570c974935953cc3ee742a4d009c31301 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 24 Apr 2002 12:14:57 +0000 Subject: Add -g option to fltk-config. Fix NULL filename bug in fl_file_chooser(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2103 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/fltk-config.man | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/fltk-config.man b/documentation/fltk-config.man index 9c1fb7f41..9a19f8cd4 100644 --- a/documentation/fltk-config.man +++ b/documentation/fltk-config.man @@ -1,4 +1,4 @@ -.TH fltk-config 1 "Fast Light Tool Kit" "6 January 2002" +.TH fltk-config 1 "Fast Light Tool Kit" "24 April 2002" .SH NAME fltk-config \- script to get information about the installed version of fltk. .sp @@ -9,7 +9,7 @@ fltk-config [ --prefix .I [=DIR] ] [ --version ] [ --api-version ] [ --use-gl ] [ --use-images ] [ --use-glut ] [ --cflags ] [ --cxxflags ] [ --ldflags ] [ --ldstaticflags ] [ --libs ] -[ --compile +[ -g ] [ --compile .I program.cxx ] [ --post .I program @@ -38,6 +38,11 @@ files that use FLTK. Compiles the source file \fIprogram.cxx\fR into \fIprogram\fR. This option implies "--post \fIprogram\fR". .TP 5 +-g +.br +Enables debugging information when compiling with the \fI--compile\fR +option. +.TP 5 --ldflags .br Displays the linker options to use when linking a FLTK -- cgit v1.2.3