remove debug symbols

This commit is contained in:
Markus Fröschle
2016-11-05 11:30:19 +00:00
parent 842662cb3b
commit 60c243c533

View File

@@ -44,8 +44,8 @@ CFLAGS= -Wall \
-fno-strict-aliasing \ -fno-strict-aliasing \
-fleading-underscore \ -fleading-underscore \
-Winline \ -Winline \
-Wa,--register-prefix-optional \ -Wa,--register-prefix-optional
-g2
CFLAGS_OPTIMIZED = -mcpu=5474 \ CFLAGS_OPTIMIZED = -mcpu=5474 \
-Wall \ -Wall \
-O2 \ -O2 \