mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 729001: Fix a minor typo affecting the profile option in the previous commit
This commit is contained in:
parent
b32f9d2a59
commit
c2c246ccf8
@ -712,7 +712,7 @@ AC_ARG_ENABLE( debug,
|
|||||||
AC_ARG_ENABLE( profile,
|
AC_ARG_ENABLE( profile,
|
||||||
[AS_HELP_STRING([--enable-profile],[compile with profiling set])],
|
[AS_HELP_STRING([--enable-profile],[compile with profiling set])],
|
||||||
CFLAGS="${CFLAGS} -pg"
|
CFLAGS="${CFLAGS} -pg"
|
||||||
CXXFLAGS="${CFLAGS} -pg"
|
CXXFLAGS="${CXXFLAGS} -pg"
|
||||||
LDFLAGS="${LDFLAGS} -pg")
|
LDFLAGS="${LDFLAGS} -pg")
|
||||||
|
|
||||||
### --------------------------------------------------------------------------
|
### --------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user