This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user