Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
elpa
elpa
Commits
9c0e4b12
Commit
9c0e4b12
authored
May 18, 2017
by
Andreas Marek
Browse files
Make building with ftimings default
parent
77cd3307
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
9c0e4b12
...
@@ -157,13 +157,12 @@ fi
...
@@ -157,13 +157,12 @@ fi
AM_CONDITIONAL([HAVE_REDIRECT],[test x"$enable_redirect" = x"yes"])
AM_CONDITIONAL([HAVE_REDIRECT],[test x"$enable_redirect" = x"yes"])
dnl build with ftimings support
dnl build with ftimings support
AC_MSG_CHECKING(whether ELPA should be build with more detailed timing support)
AC_ARG_ENABLE([timings],
AC_ARG_ENABLE([timings],
[AS_HELP_STRING([--enable-timings],
[AS_HELP_STRING([--disable-timings],
[more detailed timing, default no.])],
[more detailed timing, default yes])],
[enable_timings="$enableval"],
[],
[enable_timings=no])
[enable_timings=yes])
AC_MSG_RESULT([${enable_timings}])
if test x"${enable_timings}" = x"yes"; then
if test x"${enable_timings}" = x"yes"; then
AC_DEFINE([HAVE_DETAILED_TIMINGS], [1], [Enable more timing])
AC_DEFINE([HAVE_DETAILED_TIMINGS], [1], [Enable more timing])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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