+.B \-\-unicode[=yes|no]]
+Specify the default character type for the application.
+If unspecified, the system default will be preferred, but any type may
+match in the absence of a stricter specification.
+.TP 15
+.B \-\-debug[=yes|no]]
+Specify whether to create a debug or release build for the application.
+If unspecified, the system default (release) will be preferred, but any
+type may match in the absence of a stricter specification.
+Debug builds should never be uploaded to Debian, but are very useful
+for finding certain common failure idioms. You are encouraged to use
+them during active development of applications. They are not binary
+compatible with the release libraries.
+.TP 15
+.B \-\-static[=yes|no]]
+Specify whether to statically or dynamically link wxWidgets libraries
+into your application. If unspecified, the system default (dynamic)
+will be preferred, but any type may match in the absence of a stricter
+specification. Static linking is mainly useful still for cross ports
+not natively supported by Debian, and can be hazardous in conjunction
+with the gtk toolkits. Note that static libraries are no longer supplied
+in the wxGTK packages any more.
+
+.SS Compiler options
+These options generate output required to build an application using
+a particular wxWidgets configuration.
+
+.TP 15
+.B \-\-libs
+Output link flags required for a \fIwxWidgets\fP application.