From ecb2a6e02cc4c501ea85fe67d0224e668518c599 Mon Sep 17 00:00:00 2001 From: Marek Bel Date: Fri, 10 Aug 2018 01:00:02 +0200 Subject: [PATCH] Update README.md. --- README.md | 8 +++----- README_cz.md | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cdc8f06d..e8e9e7c1 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,9 @@ _note: select this item for any variant of board used in printers `'Prusa i3 MKx 'clicking' the item will display the installation button; select choice `"1.0.1"` from the list(last known version as of the date of issue of this document) _(after installation, the item is labeled as `"INSTALLED"` and can then be used for target board selection)_ - 3. modify platform.txt to enable float printf support: - -add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections" - -example: + 3. modify platform.txt to enable float printf support: +add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections" +example: `"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"` # 2. Source code compilation diff --git a/README_cz.md b/README_cz.md index 80216325..282babdc 100644 --- a/README_cz.md +++ b/README_cz.md @@ -25,11 +25,9 @@ _pozn.: tuto položku zvolte pro všechny varianty desek použitých v tiskárn 'kliknutím' na položku se zobrazí tlačítko pro instalaci; ve výběrovém seznamu zvolte verzi `"1.0.1"` (poslední známá verze k datu vydání tohoto dokumentu) _(po provedení instalace je položka označena poznámkou `"INSTALLED"` a lze ji následně použít při výběru cílové desky)_ - 3. modify platform.txt to enable float printf support: - -add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections" - -example: + 3. modify platform.txt to enable float printf support: +add "-Wl,-u,vfprintf -lprintf_flt -lm" to "compiler.c.elf.flags=" before existing flag "-Wl,--gc-sections" +example: `"compiler.c.elf.flags=-w -Os -Wl,-u,vfprintf -lprintf_flt -lm -Wl,--gc-sections"` # 2. Překlad zdrojoveho kódu