Changeset 05051f in git for kernel


Ignore:
Timestamp:
Aug 28, 2012, 10:07:24 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
17228ebfd18336c7c9ef1b5d9c20e80ae49d91a0
Parents:
dec6c88a5a04cf848c091da42041c23143413b8d2b43ac1641773ee5c2c0c47688fd5bd477702c77
Message:
Merge pull request #172 from kiwifb/spielwiese

Make debuging objects (_g) a configure option.
Location:
kernel
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    rdec6c8 r05051f  
    1212CXXTEMPLFLAGS = ## -fno-implicit-templates
    1313
    14 libkernel_LTLIBRARIES = libkernel.la libkernel_g.la
     14if WANT_DEBUG
     15  LIB_G=libkernel_g.la
     16else
     17  LIB_G=
     18endif
     19
     20libkernel_LTLIBRARIES = libkernel.la ${LIB_G}
    1521libkerneldir = $(libdir)/singular
    1622
  • kernel/test.cc

    r2b43ac r05051f  
    154154#include "npolygon.h"
    155155// #include "Number.h" // Too old?
    156 #include "page.h"
    157156// #include "Poly.h" // Too old?
    158157// #include "PowerSeries.h" // Too old?
Note: See TracChangeset for help on using the changeset viewer.