Changeset bf5914 in git for libpolys/misc


Ignore:
Timestamp:
Feb 21, 2011, 11:07:07 AM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
48620ab80735fd8f2fac5ec7f0f91cf783dda111
Parents:
0c1b2471508e1b165944a01664c754aa09fa4592
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-02-21 11:07:07+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:31+01:00
Message:
FIX: -fdiagnostics-show-option is not supported by gcc 4.0.1 (standard under Mac OS X 10.5)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/Makefile.am

    r0c1b24 rbf5914  
    1717libmisc_g_a_SOURCES = $(SOURCES)
    1818
    19 libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long
     19libmisc_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
     20# -fdiagnostics-show-option
Note: See TracChangeset for help on using the changeset viewer.