Displaying 2 results from an estimated 2 matches for "custom_cflag".
Did you mean:
custom_cflags
2014 Jun 16
1
Include directories
...mand line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++ [enabled by default]
* Remove inclusion of "include/share" and ensure inclusion of
"include" in its place, in line with commit
6c9abe3690769ae4c70c301ee8062305d51b9409.
* Allow the user to specify CUSTOM_CFLAGS on the make invocation in
case a user (like myself) wants to specify additional cflags. For
example: make -f Makefile.lite libFLAC CUSTOM_CFLAGS="-fno-stack-check
-fno-stack-protector -mno-stack-arg-probe".
Please alert me if this build breaks anything on non-Win32 and/or
non-Makefile.l...
2014 Jun 16
2
Include directories
Erik de Castro Lopo wrote:
> lvqcl wrote:
>
> > Some projects/makefiles add both 'include' and 'include/share'
> > to the list of additional include directories.
>
> I think that is suboptimal.
>
> > For example, src/share/utf8/utf8.c includes 'include/share/alloc.h'
> > as "share/alloc.h" but