From af9672bb8cc8dfda970c00195e4521bcca2b5e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 5 Nov 2016 11:30:19 +0000 Subject: [PATCH] remove debug symbols --- BaS_gcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BaS_gcc/Makefile b/BaS_gcc/Makefile index 0089b3b..3868ba4 100644 --- a/BaS_gcc/Makefile +++ b/BaS_gcc/Makefile @@ -44,8 +44,8 @@ CFLAGS= -Wall \ -fno-strict-aliasing \ -fleading-underscore \ -Winline \ - -Wa,--register-prefix-optional \ - -g2 + -Wa,--register-prefix-optional + CFLAGS_OPTIMIZED = -mcpu=5474 \ -Wall \ -O2 \