From 04878a07e587f26fe6d5a1044b69651406e3aa1c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 24 Aug 2021 17:14:31 +0200 Subject: remove redundant compiler flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ecac81..58a3550 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PATH := $(shell pwd)/toolchain/bin/:$(PATH) AS = i686-elf-as CC = i686-elf-gcc -CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra -Wold-style-declaration -Wold-style-definition +CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra -Wold-style-definition CFLAGS += -mgeneral-regs-only CFLAGS += -Isrc/ LFLAGS = -ffreestanding -O2 -nostdlib -lgcc -- cgit v1.2.3