Changeset ee15d5 in git


Ignore:
Timestamp:
Jun 18, 2013, 10:52:45 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
a38e4575b7b5c67a54abd2173a0cf599dcb60cb0
Parents:
ecfee24f1260fcf935463d1ce5f1ae45cf370589
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-18 10:52:45+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-06-18 12:44:28+02:00
Message:
Removed '-pedantic' from default compiler flags for debugging builds

NOTE: Singular + older compiler + this flag = no way :(
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flags.m4

    recfee2 ree15d5  
    9292 
    9393 if test "x${ENABLE_DEBUG}" == xyes; then
    94   DBGFLAGS="-g -O0 -ftrapv -fdiagnostics-show-option -pedantic -Wall -Wextra"
     94  DBGFLAGS="-g -O0 -ftrapv -fdiagnostics-show-option -Wall -Wextra"
     95  #  -pedantic too strict ??? -Wvla -Wno-long-long ???
    9596  AC_LANG_PUSH([C])
    9697  AX_APPEND_COMPILE_FLAGS(${DBGFLAGS}, [CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.