Changeset a38b95 in git


Ignore:
Timestamp:
Jan 6, 2010, 10:28:05 AM (13 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
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.