mirror of
https://github.com/Soccera1/agg.git
synced 2026-02-04 04:03: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
|
||||
CC = gcc
|
||||
CFLAGS = -Wall -Wextra -std=c99 -O3 -flto
|
||||
CFLAGS = -Wall -Wextra -std=c99 -pedantic -O3 -flto
|
||||
DEBUG_FLAGS = -g -DDEBUG
|
||||
|
||||
# Directories
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue