mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
(Does unconfig.h really need to be in the git tree?) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
9 lines
408 B
Plaintext
9 lines
408 B
Plaintext
dnl --------------------------------------------------------------------------
|
|
dnl PA_OPTION_PROFILING(with_profiling, without_profiling)
|
|
dnl
|
|
dnl Try to enable profiling if --enable-profiling is set.
|
|
dnl --------------------------------------------------------------------------
|
|
AC_DEFUN([PA_OPTION_PROFILING],
|
|
[PA_ARG_ENABLED([profiling], [compile with profiling (-pg option)],
|
|
[PA_ADD_LANGFLAGS([-pg])])])
|