Changeset ebf138 in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
Dec 19, 2011, 3:35:51 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
  • libpolys/polys/Makefile.am

    r5acf7dc rebf138  
    1 CXXTEMPLFLAGS   =  --no-exceptions ## -fno-implicit-templates
     1CXXTEMPLFLAGS   =  ## -fno-implicit-templates
    22
    33DEBUGCXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
    44
    55NODEBUGCFLAGS   = -O3 -w -fomit-frame-pointer
    6 NODEBUGCXXFLAGS = -O3 -w -fomit-frame-pointer --no-rtti
     6NODEBUGCXXFLAGS = -O3 -w -fomit-frame-pointer
    77NODEBUGDEFS = -DNDEBUG -DOM_NDEBUG
    88
Note: See TracChangeset for help on using the changeset viewer.