We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fbc9c commit b868ae5Copy full SHA for b868ae5
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