Ignore:
Timestamp:
Dec 22, 2010, 5:39:32 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
392a79
Parents:
70672e3
git-author:
Frederik Heber <heber@…> (12/22/10 17:20:51)
git-committer:
Frederik Heber <heber@…> (12/22/10 17:39:32)
Message:

From now on we create two libs, one with and one without debug.

  • We specifically create two libs, as the debug one is not just the old lib but with some debug symbols. MemDebug, Asserts and ObserverLog implementations are clearly missing in these. This justifies to have two distinct (in an odd way) libraries.
  • additional CodePattern-debug.pc file
  • extended ax_codepatterns.m4 macro to have debug as an extra argument
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Patterns/unittests/Makefile.am

    r70672e3 rcdf2e4  
    2020BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB)
    2121TESTLIBS = \
    22         ../../libCodePatterns.la \
     22        ../../libCodePatterns-debug.la \
    2323        $(BOOST_LIB)
    2424
Note: See TracChangeset for help on using the changeset viewer.