Changeset ebf138 in git for numeric


Ignore:
Timestamp:
Dec 19, 2011, 3:35:51 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7c7495aa219ca8147f27848093f468e695d940e5
Parents:
5acf7dca6b6eb7a36ab400997b08fd8c6a42a9fc
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 15:35:51+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
Message:
adaptation to clang + disable a GMP hack

CHG: removed gcc-specific flags --no-rtti --no-exceptions (since not available in clang)
CHG: tricks with __cpluplus (around include gmp.h) lead can to errors (e.g. in clang)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • numeric/Makefile.am

    r5acf7dc rebf138  
    22libnumericdir = $(libdir)/singular
    33
    4 CXXTEMPLFLAGS =  --no-exceptions ## -fno-implicit-templates
     4CXXTEMPLFLAGS =  ## -fno-implicit-templates
    55
    66libnumeric_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
    77libnumeric_g_la_CFLAGS = ${PIPE}
    88
    9 libnumeric_la_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
     9libnumeric_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
    1010libnumeric_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
    1111# -fdiagnostics-show-option
Note: See TracChangeset for help on using the changeset viewer.