File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ USERLIB=../../user_tools
33ASFLAGSOBJ = -O32 -f elf
44NASM = nasm
55
6- CFLAGS = -Werror -Wall -O -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
6+ CFLAGS = -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-g++
88
99LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc -s --gc-sections --whole-archive
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ USERLIB=../../user_tools
33ASFLAGSOBJ = -O32 -f elf
44NASM = nasm
55
6- CFLAGS = -std=c99 -Werror -Wall -O -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
6+ CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
99LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc -s --gc-sections --whole-archive
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ USERLIB=../../user_tools
33ASFLAGSOBJ = -O32 -f elf
44NASM = nasm
55
6- CFLAGS = -std=c99 -Werror -Wall -O -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
6+ CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
99LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc -s --gc-sections --whole-archive
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ USERLIB=../../user_tools
33ASFLAGSOBJ = -O32 -f elf
44NASM = nasm
55
6- CFLAGS = -std=c99 -Werror -Wall -O -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
6+ CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
99LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc -s --gc-sections --whole-archive
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ USERLIB=../../user_tools
33ASFLAGSOBJ = -O32 -f elf
44NASM = nasm
55
6- CFLAGS = -std=c99 -Werror -Wall -O -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
6+ CFLAGS = -std=c99 -Werror -Wall -O3 -ffreestanding -fleading-underscore -nostdlib -nostdinc -fno-builtin -I'$(USERLIB ) /src/include'
77CC = i686-elf-gcc
88
99LDFLAGS = -T $(USERLIB ) /user.ld -Map program.map -nostdinc -s --gc-sections --whole-archive
You can’t perform that action at this time.
0 commit comments