Displaying 3 results from an estimated 3 matches for "cccflags".
Did you mean:
ccflags
2014 Jun 16
1
Include directories
...and library entries to the system to ensure all
components link properly.
* Add USE_LROUND and USE_FSEEKO Makefile variables to allow clean
addressing of the HAVE_LROUND and HAVE_FSEEKO conditional sections,
normally resolved elsewhere in the full build system.
* Add Makefile variables CCFLAGS and CCCFLAGS to specify gcc-only and
g++-only flags, respectively. This was done to eliminate the following
warnings, which were repeated for every g++ invocation:
>cc1plus.exe: warning: command line option '-Wmissing-prototypes' is valid for C/ObjC but not for C++ [enabled by default]
>cc1plus.ex...
2014 Jun 23
2
Include directories
...essary? Is
> it not possible to just not include that file when not compiling
> for windows?
You're right. I changed my patch to only specify "-lwin_utf8_io" under Windows.
> Those Makefile variables are somewhat non-standard. Is there any
> reason you chose CCFLACGS and CCCFLAGS instead of the more usual
> CFLAGS and CXXFLAGS?
I usually see the C++ compiler as CXX, while FLAC uses CCC. I suppose
that threw me off. Updated my patch to use CFLAGS and CXXFLAGS.
> I would appreciate it if you could update you patch to address
> the issues I raised above.
I attached...
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