mirror of
https://github.com/Soccera1/agg.git
synced 2026-02-04 12:13:40 +01:00
Add -pedantic
This commit is contained in:
parent
b3d3bc91ea
commit
ce21da8661
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
# Compiler and flags
|
# Compiler and flags
|
||||||
CC = gcc
|
CC = gcc
|
||||||
CFLAGS = -Wall -Wextra -std=c99 -O3 -flto
|
CFLAGS = -Wall -Wextra -std=c99 -pedantic -O3 -flto
|
||||||
DEBUG_FLAGS = -g -DDEBUG
|
DEBUG_FLAGS = -g -DDEBUG
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue