We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecba813 commit 83fb1bcCopy full SHA for 83fb1bc
configure.ac
@@ -7,6 +7,10 @@ AH_TOP([#ifndef LIBSECP256K1_CONFIG_H])
7
AH_TOP([#define LIBSECP256K1_CONFIG_H])
8
AH_BOTTOM([#endif /*LIBSECP256K1_CONFIG_H*/])
9
AM_INIT_AUTOMAKE([foreign subdir-objects])
10
+
11
+# Set -g (but not -O2 because this would override -O3 which we're adding later)
12
+# if CFLAGS are not already set (see PROG_CC in the Autoconf manual)
13
+: ${CFLAGS="-g"}
14
LT_INIT
15
16
dnl make the compilation flags quiet unless V=1 is used
0 commit comments