diff options
-rw-r--r-- | libtommath/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtommath/Makefile.in b/libtommath/Makefile.in index 21dda19..961b92a 100644 --- a/libtommath/Makefile.in +++ b/libtommath/Makefile.in @@ -27,6 +27,8 @@ ifndef IGNORE_SPEED #debug #CFLAGS += -g3 +endif + #install as this user ifndef INSTALL_GROUP GROUP=wheel |