From d1793cc9db3b1d02426b90fcfda567254ea07198 Mon Sep 17 00:00:00 2001 From: Oxore Date: Sat, 6 May 2023 14:23:17 +0300 Subject: Disable LTO to be able to debug it with GDB --- 1_hello_world/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1_hello_world/Makefile b/1_hello_world/Makefile index 0beb163..0a4b3a2 100644 --- a/1_hello_world/Makefile +++ b/1_hello_world/Makefile @@ -1,5 +1,5 @@ WARNFLAGS = -Wall -Wextra -pedantic -Wshadow -Wlogical-op -OPTFLAGS = -Os -flto +OPTFLAGS = -Os ARCHFLAGS = -m68000 _CFLAGS = $(CFLAGS) $(WARNFLAGS) $(ARCHFLAGS) $(OPTFLAGS) -g3 -ffunction-sections -fdata-sections LDSCRIPTS = m68k.ld _sram.ld _rom.ld -- cgit v1.2.3