Changeset 2b43ac in git for factory/Makefile.am


Ignore:
Timestamp:
Aug 21, 2012, 1:23:20 PM (12 years ago)
Author:
François Bissey <francois.bissey@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
05051f9850bc9dcf9b7747cbc3bf2bd96bf76d7f
Parents:
4fb3a73a9ab769b9cdb2ec0db33cdbf9e88bfedd
Message:
Make debuging objects (_g) a configure option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r4fb3a73 r2b43ac  
    99AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS}
    1010
    11 lib_LTLIBRARIES = libfactory.la libfactory_g.la
     11if WANT_DEBUG
     12  LIB_G=libfactory_g.la
     13else
     14  LIB_G=
     15endif
     16
     17lib_LTLIBRARIES = libfactory.la ${LIB_G}
    1218
    1319libfactory_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${CXXTEMPLFLAGS}
Note: See TracChangeset for help on using the changeset viewer.