From df6fc6bcabd4578c2b8730a63ae0c89fde5313f5 Mon Sep 17 00:00:00 2001 From: Roman Venediktov Date: Thu, 11 Jul 2024 13:06:03 +0200 Subject: [PATCH] Remove redundant comment from byterun/Makefile --- byterun/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/byterun/Makefile b/byterun/Makefile index 8cfc9e177..3ff28684f 100644 --- a/byterun/Makefile +++ b/byterun/Makefile @@ -1,5 +1,4 @@ -# FLAGS=-m32 -g2 -fstack-protector-all -FLAGS=-g2 -fstack-protector-all +FLAGS=-g -fstack-protector-all all: byterun.o $(CC) $(FLAGS) -o byterun byterun.o ../runtime/runtime.a