comparison INSTALL.md @ 1045:13e374b9c522

make: add DEBUG option
author David Demelier <markand@malikania.fr>
date Sun, 20 Jun 2021 09:13:37 +0200
parents 8f8ce47aba8a
children 8904cd227948
comparison
equal deleted inserted replaced
1044:a4afc89f6ea8 1045:13e374b9c522
58 The following options are available at build time (make sure to run `make clean` 58 The following options are available at build time (make sure to run `make clean`
59 when you change options). 59 when you change options).
60 60
61 - `SSL`: set to 1 or 0 to enable/disable OpenSSL (default: 1). 61 - `SSL`: set to 1 or 0 to enable/disable OpenSSL (default: 1).
62 - `JS`: set to 1 or 0 to disable Javascript (default: 1). 62 - `JS`: set to 1 or 0 to disable Javascript (default: 1).
63 - `DEBUG`: set to 1 or 0 to build with debug symbols and optimizations disabled
64 (default: 0).
63 65
64 You can tweak the installation directories by changing the following variables 66 You can tweak the installation directories by changing the following variables
65 (note: all paths must be absolute): 67 (note: all paths must be absolute):
66 68
67 - `PREFIX`: root directory for installing (default: /usr/local). 69 - `PREFIX`: root directory for installing (default: /usr/local).