C11 -> C17
This commit is contained in:
3
Makefile
3
Makefile
@@ -143,7 +143,8 @@ endif
|
|||||||
CPPFLAGS := $(strip $(CPPFLAGS))
|
CPPFLAGS := $(strip $(CPPFLAGS))
|
||||||
|
|
||||||
##################################### compiler / linker flags
|
##################################### compiler / linker flags
|
||||||
CFLAGS := -std=gnu11
|
#CFLAGS := -std=gnu11
|
||||||
|
CFLAGS := -std=gnu17
|
||||||
|
|
||||||
CFLAGS += -Wall -Wextra -Wshadow -Wmissing-declarations
|
CFLAGS += -Wall -Wextra -Wshadow -Wmissing-declarations
|
||||||
CFLAGS += -march=native
|
CFLAGS += -march=native
|
||||||
|
Reference in New Issue
Block a user