Enable some code diagnostics.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-06-15 17:20:51 +02:00
förälder aff19a98da
incheckning 77150e9d26
Signerad av: belliash
GPG-nyckel ID: 4E829243E0CFE6B4

Visa fil

@ -1,5 +1,5 @@
# Flags to pass to the compiler # 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 # Additional CFLAGS for debug build
DCFLAGS = -O0 -g3 DCFLAGS = -O0 -g3