From c073e345034d704604066abfc45e62a1175df995 Mon Sep 17 00:00:00 2001 From: Gorgone Date: Wed, 24 Apr 2019 00:32:57 +0200 Subject: [PATCH] extra txt --- support/configs/compiler_option.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/support/configs/compiler_option.txt b/support/configs/compiler_option.txt index 11c062f..a9fa82b 100644 --- a/support/configs/compiler_option.txt +++ b/support/configs/compiler_option.txt @@ -1,3 +1,4 @@ -O0 optimization for time -O2 optimization (oscam default) --Os optimization for code size \ No newline at end of file +-O3 optimization (smaller size) +-Os optimization for code size