Changeset fff6150 in git for dyn_modules


Ignore:
Timestamp:
Sep 10, 2012, 3:09:55 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a497a11b6125be1576a34c48429ba326cafa35e2
Parents:
8d341e5425f8b7b26cdf77eec4ee78cbbb121c5c
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-10 15:09:55+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-10 20:41:20+02:00
Message:
added -Winline compiler option: warn when a function marked inline could not be substituted, and give the reason for the failure

NOTE: see also http://gcc.gnu.org/onlinedocs/gcc/Inline.html
Location:
dyn_modules
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/bigintm/Makefile.am

    r8d341e rfff6150  
    1515## --no-exceptions
    1616
    17 DEBUGCXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS}
     17DEBUGCXXFLAGS = -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS}
    1818
    1919NODEBUGCFLAGS   = -O3 -w -fomit-frame-pointer ${PIPE}
  • dyn_modules/bigintm/SConstruct

    r8d341e rfff6150  
    3737        SHLIBSUFFIX = ".sog",
    3838        CPPPATH = SING_INCLUDES,
    39         CXXFLAGS = "-g -Wextra -Wall -pedantic -Wno-long-long " + CXXTEMPLFLAGS,
     39        CXXFLAGS = "-g -Wextra -Winline -Wall -pedantic -Wno-long-long " + CXXTEMPLFLAGS,
    4040        LDMODULEFLAGS = BUNDLETEMPFLAGS,
    4141        LIBS=[])
  • dyn_modules/syzextra/Makefile.am

    r8d341e rfff6150  
    1515## --no-exceptions
    1616
    17 DEBUGCXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS}
     17DEBUGCXXFLAGS = -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${CXXTEMPLFLAGS}
    1818
    1919NODEBUGCFLAGS   = -O3 -w -fomit-frame-pointer ${PIPE}
  • dyn_modules/syzextra/SConstruct

    r8d341e rfff6150  
    3737        SHLIBSUFFIX = ".sog",
    3838        CPPPATH = SING_INCLUDES,
    39         CXXFLAGS = "-g -Wextra -Wall -pedantic -Wno-long-long " + CXXTEMPLFLAGS,
     39        CXXFLAGS = "-g -Wextra -Winline -Wall -pedantic -Wno-long-long " + CXXTEMPLFLAGS,
    4040        LDMODULEFLAGS = BUNDLETEMPFLAGS,
    4141        LIBS=[])
Note: See TracChangeset for help on using the changeset viewer.