mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-24 12:19:02 +00:00
28 lines
463 B
Text
28 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
|