From 5e441d7c6b6773e7888e259aaba910a61566b484 Mon Sep 17 00:00:00 2001 From: Jussi Laasonen <404469+jlaasonen@users.noreply.github.com> Date: Thu, 7 Jul 2022 18:52:25 +0200 Subject: [PATCH] Use stricter checks for compiling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df183b..75def89 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simple command-line tool which prints a hex dump of a file. ## Compiling ``` -fbc -e hexfile.bas +fbc -e -w all -w pedantic -w error hexfile.bas ``` ## Usage