mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
da2b275658
* .ccls: Remove -std=c99: it disables __attribute__ causing warnings. * .dir-locals.el: Force the C coding style to "gnu". * make-gdb.py: Add GDB macros for pretty-printing GNU make structs. * scripts/copyright-update: Use GNULIB_SRCDIR to find update-copyright.
27 lines
463 B
Text
27 lines
463 B
Text
clang
|
|
%h --include=makeint.h
|
|
-DHAVE_CONFIG_H
|
|
-Isrc
|
|
-Ilib
|
|
-DLIBDIR="/usr/local/lib"
|
|
-DINCLUDEDIR="/usr/local/include"
|
|
-DLOCALEDIR="/usr/local/share/locale"
|
|
-DMAKE_MAINTAINER_MODE
|
|
-pthread
|
|
-isystem
|
|
/usr/include/guile/2.0
|
|
-Wall
|
|
-Wextra
|
|
-Werror
|
|
-Wwrite-strings
|
|
-Wshadow
|
|
-Wdeclaration-after-statement
|
|
-Wbad-function-cast
|
|
-Wformat-security
|
|
-Wtype-limits
|
|
-Wunused-but-set-parameter
|
|
-Wlogical-op
|
|
-Wpointer-arith
|
|
-Wignored-qualifiers
|
|
-Wformat-signedness
|
|
-Wduplicated-cond
|