gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 1bb2214 2/2: Minor correction in release check


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 1bb2214 2/2: Minor correction in release checklist
Date: Thu, 26 Jul 2018 08:33:38 -0400 (EDT)

branch: master
commit 1bb2214226b9a809f65a308815b00cb15c09dd86
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Minor correction in release checklist
    
    In one part of the release checklist we were still setting the CFLAGS and
    `--disable-shared' variables at configure time. So the new `--enable-debug'
    option was added to simplify the script.
---
 doc/release-checklist.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 76f2660..0ae1bcd 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -120,9 +120,10 @@ all the commits needed for this release have been 
completed.
 
  - [STABLE] Build the manual in all the formats and upload everything. Note
    that you will need to configure and build Gnuastro in the main source
-   directory to build the full webpage with this script.
+   directory to build the full webpage with this script. We will build with
+   debug flags so the build completes fast.
 
-       $ ./configure CFLAGS="-g -O0" --disable-shared
+       $ ./configure --enable-debug
        $ make -j8
        $ cd doc
        $ ./forwebpage /path/to/local/copy/of/webpage



reply via email to

[Prev in Thread] Current Thread [Next in Thread]