mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 04:09:41 +00:00
28 lines
462 B
Text
28 lines
462 B
Text
clang
|
|
%h --include=makeint.h
|
|
-DHAVE_CONFIG_H
|
|
-Isrc
|
|
-Ilib
|
|
-DLIBDIR="/usr/local/lib"
|
|
-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
|
|
-Wno-address
|
|
-Wno-string-compare
|