Changeset e7af71 in git


Ignore:
Timestamp:
Aug 19, 2013, 3:08:19 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
75c73ddc835466c51c09064240de5f27ae76ae27
Parents:
5a4e17def42b997c5643711c5553f5008753b451
Message:
Use omalloc for new/delete (due to Hans)

NOTE: only for resulting Singular executable (not for any of our libs)
Location:
Singular
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r5a4e17 re7af71  
    276276# nodist_Singularg_SOURCES =  libSingular_g.la
    277277
    278 Singular_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc  utils.h
     278Singular_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc  utils.h
    279279# Singularg_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc  utils.h
    280280
     
    297297# Singulardg_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS)
    298298
    299 Singulard_SOURCES = tesths.cc fegetopt.c fegetopt.h utils.cc  utils.h
     299Singulard_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc  utils.h
    300300nodist_Singulard_SOURCES = libSingular.la
    301301
Note: See TracChangeset for help on using the changeset viewer.