Next: , Previous: , Up: The Macros  


ax_compiler_flags_ldflags

Synopsis

AX_COMPILER_FLAGS_LDFLAGS([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])

Description

Add warning flags for the linker to VARIABLE, which defaults to WARN_LDFLAGS. VARIABLE is AC_SUBST-ed by this macro, but must be manually added to the LDFLAGS variable for each target in the code base.

This macro depends on the environment set up by AX_COMPILER_FLAGS. Specifically, it uses the value of $ax_enable_compile_warnings to decide which flags to enable.

Source Code

Download the latest version of ax_compiler_flags_ldflags.m4 or browse the macro’s revision history.

License

Copyright © 2014, 2015 Philip Withnall philip@tecnocode.co.uk
Copyright © 2017, 2018 Reini Urban rurban@cpan.org

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.