Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
6be87e5b
Commit
6be87e5b
authored
Feb 03, 2017
by
Etienne Renault
Browse files
configure: allows to silent compilation
* HACKING, configure.ac: here.
parent
fefb375d
Changes
2
Hide whitespace changes
Inline
Side-by-side
HACKING
View file @
6be87e5b
...
...
@@ -109,6 +109,16 @@ another "magic touch":
touch doc/org-stamp
Silent Building with automake
-----------------------------
The classical makefiles generated by automake are very verbose during
build beacause they prints the full command line of every stage. This
verbosity is very usefull to help (remotely) users to compile
Spot. Nonetheless, for developpers, these compilations lines may be
annoying. To reduce this verbosity, just run:
make V=0
Debugging Libtool executables
-----------------------------
...
...
configure.ac
View file @
6be87e5b
...
...
@@ -44,6 +44,9 @@ AC_PROG_CXX
AM_PROG_LEX
adl_CHECK_BISON
# Decrease verbosity when passing argument V=0
AM_SILENT_RULES([no])
# Option to activate C/C++14
AC_ARG_ENABLE([c++14],
[AC_HELP_STRING([--enable-c++14],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment