mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
4a31ca461f
* .ccls: Configure the ccls LSP server * .dir-locals.el: Reset some parameters for ccls and lsp-mode * .gitignore: Update for GTAGS and ccls * maintMakefile: Don't search hidden directories for sources
28 lines
475 B
Text
28 lines
475 B
Text
clang
|
|
%c -std=c99
|
|
%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
|