Enable some code diagnostics.
Alle Prüfungen waren erfolgreich
The build was successful.

Dieser Commit ist enthalten in:
2019-06-15 17:20:51 +02:00
Ursprung aff19a98da
Commit 77150e9d26

Datei anzeigen

@@ -1,5 +1,5 @@
# Flags to pass to the compiler
CFLAGS = -fPIC -Iinclude -I. -W -Wunused -Wall
CFLAGS = -std=c99 -D_GNU_SOURCE -fPIC -Iinclude -I. -Wunused -Wall -Wextra -Wpedantic
# Additional CFLAGS for debug build
DCFLAGS = -O0 -g3