Changeset a38b95 in git


Ignore:
Timestamp:
Jan 6, 2010, 10:28:05 AM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
8cc23471085d8b316b9e069e3af261cb141cccea
Parents:
f4385cfc8ece3b98b979cd6352aaabfedd540c37
Message:
libparse needs full omalloc

git-svn-id: file:///usr/local/Singular/svn/trunk@12405 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    rf4385cf ra38b95  
    383383
    384384libparse: libparse_main.o utils.o
    385         ${CXX}  ${CPPFLAGS} -DSTANDALONE_PARSER -o libparse libparse_main.o utils.o ../kernel/fegetopt.o ${LDFLAGS2} -lomalloc_ndebug
     385        ${CXX}  ${CPPFLAGS} -DSTANDALONE_PARSER -o libparse libparse_main.o utils.o ../kernel/fegetopt.o ${LDFLAGS2} -lomalloc
    386386
    387387libparse_main.o: libparse.cc
Note: See TracChangeset for help on using the changeset viewer.