summaryrefslogtreecommitdiff
path: root/cflags.SH
Commit message (Expand)AuthorAgeFilesLines
* Prefer -std=c89 over -ansi.Jarkko Hietaniemi2014-11-241-2/+15
* Revert "Drop -std=c89."Jarkko Hietaniemi2014-11-241-8/+2
* Drop -std=c89.Jarkko Hietaniemi2014-11-201-2/+8
* Downgrade the optimization of regcomp.c on mips and mipsel due to a gcc-4.9 bugNiko Tyni2014-09-201-0/+5
* quadmath Q format specifier and gcc -Wformat do not mix.Jarkko Hietaniemi2014-09-191-0/+15
* For older clang versions put back -Wno-unused-value.Jarkko Hietaniemi2014-08-121-0/+11
* Allow enabling -pedantic(-errors) (with -std=c89) for the core.Jarkko Hietaniemi2014-06-221-34/+91
* In case someone manages to call g++ with -Wc++-compat.Jarkko Hietaniemi2014-06-191-0/+1
* The g++ flags removal was not right.Jarkko Hietaniemi2014-06-191-3/+5
* Add note about the -std=c89 needing -pedantic.Jarkko Hietaniemi2014-06-181-2/+7
* Echo also these added options.Jarkko Hietaniemi2014-06-181-3/+12
* -Wextra is the new -W, do not use both.Jarkko Hietaniemi2014-06-181-2/+12
* -Wendif-labels is actually the default.Jarkko Hietaniemi2014-06-181-1/+1
* Enable -Werror=declaration-after-statement.Jarkko Hietaniemi2014-06-181-3/+12
* Comment tweaking.Jarkko Hietaniemi2014-06-181-2/+13
* Make also cflags.SH clean with g++ -Wunused-*Jarkko Hietaniemi2014-06-181-33/+0
* Looks like the core is now -Wunused-value clean with clang.Jarkko Hietaniemi2014-06-181-20/+0
* cflags.SH: Whitespace only.Jarkko Hietaniemi2014-06-181-6/+6
* Move ccflags edits to extraction time.Jarkko Hietaniemi2014-06-181-56/+92
* Allow cflags.SH edits to ccflags to stick.Jarkko Hietaniemi2014-06-181-5/+3
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-0/+4
* The clang frontend says "unknown" for -Wunknown.Jarkko Hietaniemi2014-06-151-0/+1
* do cflags on stdout, not stderrDavid Mitchell2013-12-251-8/+7
* cflags/cflags.SH: use '#' commentsDavid Mitchell2013-12-251-19/+19
* cflags.SH - add commentaryDavid Mitchell2013-12-251-0/+17
* cflags.SH: Fix a typo, cflags should be ccflagsBrian Fraser2013-12-111-1/+1
* Exempt clang from -Wunused-value when run as ccFather Chrysostomos2013-07-281-0/+9
* Use -Wno-unused-value also on other clang compilersReini Urban2013-06-271-1/+1
* If PERL_NO_INLINE_FUNCTIONS is defined, don't include "inline.h"Nicholas Clark2013-05-031-1/+1
* add shebangs where missingSawyer X2012-09-221-0/+2
* In cflags.SH trim the case statement of file basenames.Nicholas Clark2012-06-191-47/+14
* cflags: clang complains a lot about -Wunused-value which are not fixableReini Urban2012-06-081-0/+4
* Make everything exec-bit.txt lists executableFlorian Ragwitz2010-08-191-0/+0
* RT #74436: [PATCH] Add -Wwrite-stringsRobin Barker2010-08-141-1/+2
* Global executable bit cleanupDavid Golden2010-07-241-0/+0
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-1/+0
* eliminate .patchnum and related infrastrcuture from *nix based build processYves Orton2009-01-041-8/+3
* cflags also runs under /bin/sh so can't use $()Nicholas Clark2008-12-301-4/+4
* much better git related version numbering in our (*nix for now) build processYves Orton2008-12-311-5/+5
* forgot that i was modifying a generated fileYves Orton2008-12-271-0/+3
* fix broken indentation, and move PERL_PATCHNUM logic to a different place so ...Yves Orton2008-12-271-35/+37
* more build dependency changes, we should make sure that cflags is updated whe...Yves Orton2008-12-271-1/+1
* make sure that the perl -v/-V output corresponds to the latest commitYves Orton2008-12-271-6/+2
* /bin/sh isn't /usr/bin/perl :-)Nicholas Clark2008-12-201-2/+4
* make perl use git-describe for PATCHNUMYves Orton2008-12-201-2/+4
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-1/+1
* A new try at getting -fstack-protector working, by adding it to theNicholas Clark2007-12-201-1/+1
* Teach cflags.SH about -fstack-protector, and add it to gcc compiler flagsSteve Peters2007-12-191-1/+1
* typo?Robin Barker2007-12-171-1/+1
* Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS XAndy Dougherty2007-10-231-9/+9