From 85a39f52d0ff8e9ae4be068e8110a34aa6f7b532 Mon Sep 17 00:00:00 2001 From: q3cpma Date: Sat, 2 Oct 2021 16:00:11 +0200 Subject: [PATCH] Remove compile_flags --- README | 4 ++-- compile_flags.txt | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 compile_flags.txt diff --git a/README b/README index 7c9cad7..2ea4624 100644 --- a/README +++ b/README @@ -6,8 +6,8 @@ A collection of miscellaneous tools made in C: * genhtab Generate static C99 hash tables - * htmldecode HTML decoding - * htmlencode HTML encoding + * htmldecode HTML decoding to UTF-8 + * htmlencode HTML encoding from UTF-8 * mbcut Multibyte aware string trimming * natsort Natural sorting for UTF-8 * urldecode URL decoding diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index 2847a2b..0000000 --- a/compile_flags.txt +++ /dev/null @@ -1,11 +0,0 @@ --std=c11 --pedantic --Wall --Wextra --Wno-char-subscripts --funsigned-char --DNDEBUG --D_DEFAULT_SOURCE --pthread --DPROG_NAME="\"\"" --DPROG_VERSION="\"\"" -- 2.34.2