c2x standard
This commit is contained in:
parent
f3a32c4c79
commit
6db80a4cb9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
CC := gcc
|
CC := gcc
|
||||||
|
|
||||||
# Compiler flags
|
# Compiler flags
|
||||||
CFLAGS := -Wall -Wextra -Wpedantic
|
CFLAGS := -Wall -Wextra -Wpedantic -std=c2x
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
SRC_DIR := src
|
SRC_DIR := src
|
||||||
|
|
Loading…
Reference in a new issue