Do not force c99
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
CC := gcc
|
||||
LDFLAGS := -Wl,-O1,--sort-common,--as-needed
|
||||
CFLAGS := -std=c99 -ffreestanding -Wall -Wextra
|
||||
CFLAGS := -ffreestanding -Wall -Wextra
|
||||
|
||||
prefix := /usr/local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user