diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-12-14 11:17:12 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-12-14 11:17:12 -0500 |
commit | 4c476cd0eab38bc2c6d68ae2d3728ccab155746b (patch) | |
tree | ae352e1ab40c58ae444156687d95a1e5fc0cf2fd | |
parent | e25ea4ff2a009a7db2b622ec3d0b7ad055672cd9 (diff) | |
download | clp_fortran-4c476cd0eab38bc2c6d68ae2d3728ccab155746b.tar.gz clp_fortran-4c476cd0eab38bc2c6d68ae2d3728ccab155746b.zip |
Enabled debugging in makefile for building Clp on MinGW-W64
-rw-r--r-- | clp-bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clp-bin/Makefile b/clp-bin/Makefile index 4c1ed7c..ab82c8c 100644 --- a/clp-bin/Makefile +++ b/clp-bin/Makefile @@ -33,6 +33,7 @@ $(COINUTILS_OBJDIR)/Makefile: --enable-static \ --prefix=$(BASE)/$(INSTALL_DIR) \ --build=x86_64-w64-mingw32 \ + --enable-debug \ CC=gcc CXX=g++ $(COINUTILS_OBJDIR)/CoinUtils/src/.libs/libCoinUtils.a: $(COINUTILS_OBJDIR)/Makefile @@ -53,6 +54,7 @@ $(CLP_OBJDIR)/Makefile: $(INSTALL_DIR)/lib/libCoinUtils.a --enable-static \ --prefix=$(BASE)/$(INSTALL_DIR) \ --build=x86_64-w64-mingw32 \ + --enable-debug \ CC=gcc CXX=g++ PKG_CONFIG_PATH=$(CLP_PKG_CONFIG) $(CLP_OBJDIR)/Clp/src/.libs/libClp.a: $(CLP_OBJDIR)/Makefile |