Changeset 7b7f4ba in git


Ignore:
Timestamp:
Nov 9, 2006, 2:23:43 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
6ce15f016d2c8e334ea0c63562956819a0ca5b8d
Parents:
b8071d2d2ab98793c9f0453412a92fc05e642ae1
Message:
*hannes: -g to debug version


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

Legend:

Unmodified
Added
Removed
  • modules/modgen/makefile.cc

    rb8071d2 r7b7f4ba  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: makefile.cc,v 1.27 2006-08-23 15:40:58 Singular Exp $ */
     4/* $Id: makefile.cc,v 1.28 2006-11-09 13:23:43 Singular Exp $ */
    55/*
    66* ABSTRACT: lib parsing
     
    209209  fprintf(fp, "\n");
    210210  fprintf(fp, "%%.og: %%.cc Makefile\n");
    211   fprintf(fp, "\t${CC} ${DCFLAGS} -c -fPIC -DPIC $< -o $*.og\n");
     211  fprintf(fp, "\t${CC} ${DCFLAGS} -g -c -fPIC -DPIC $< -o $*.og\n");
    212212  fprintf(fp, "\n");
    213213 
Note: See TracChangeset for help on using the changeset viewer.