From 446a41315a88ac148b982c248a78b1c3757c0a9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 22 May 2019 17:35:35 +0200 Subject: [PATCH] README: mention the --help option of configure Ref #1644 [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aeaf479b9e..395a780ac8 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,9 @@ Note that the MATLAB version can also be specified via the MATLAB family product Alternatively, you can disable the compilation of MEX files for MATLAB with the `--disable-matlab` flag, and MEX files for Octave with `--disable-octave`. -You may need to specify additional options to the configure script, see the platform specific instructions below. +You may need to specify additional options to the configure script, see the +output of the `--help` option, and also the platform specific instructions +below. Note that if you don't want to compile the C/C++ programs with debugging information, you can specify the `CFLAGS` and `CXXFLAGS` variables to the configure script, such as: ``` -- GitLab