Skip to content
Snippets Groups Projects
Commit ca79eed7 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[chrony] fix typo in GNUmakefile (avoids issues in macOS)

parent 52559da7
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,12 @@ MACHDEP = x86_64
## Preprocessing flags (for -cpp-extra-args)
CPPFLAGS += \
-I .. \
-D_XOPEN_SOURCE=200112L \
-DNB_TESTS=3 \
## General flags
FCFLAGS += \
-cpp-command "cpp -E -C -I.." \
-cpp-command "gcc -E -C -I.." \
-cpp-frama-c-compliant \
-add-symbolic-path=..:. \
-kernel-warn-key typing:implicit-function-declaration=abort \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment