Change default optimisation level to -Os and update binary image

This commit is contained in:
mintsuki 2020-04-24 15:24:37 +02:00
parent b479d69c29
commit ebae7c91b7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
CC = ../toolchain/bin/i386-elf-gcc
CFLAGS = -O2 -pipe -Wall -Wextra
CFLAGS = -Os -pipe -Wall -Wextra
INTERNAL_CFLAGS = \
-ffreestanding \