]> Git Repo - secp256k1.git/commitdiff
Remove test in configure.ac because it doesn't have an effect
authorJonas Nick <[email protected]>
Tue, 17 Dec 2019 12:34:26 +0000 (12:34 +0000)
committerJonas Nick <[email protected]>
Sun, 5 Jan 2020 15:16:33 +0000 (15:16 +0000)
configure.ac

index 2a8db0a51c607c41cb70c48c624f8f5671e77d93..0a94f155018738ec45fd6d6c467fa3a25d04f8ad 100644 (file)
@@ -19,10 +19,6 @@ AC_PATH_TOOL(RANLIB, ranlib)
 AC_PATH_TOOL(STRIP, strip)
 AX_PROG_CC_FOR_BUILD
 
-if test "x$CFLAGS" = "x"; then
-  CFLAGS="-g"
-fi
-
 AM_PROG_CC_C_O
 
 AC_PROG_CC_C89
This page took 0.025013 seconds and 4 git commands to generate.