From cd18cf912081ca28bc2fbfbe4b9546c607b11c8e Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 2 Apr 2017 02:19:39 +0000 Subject: [PATCH] remove noise from readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d9b1f4..9ff9112 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,5 @@ resynth includes the following header libraries: compile like ``` -clang -std=gnu11 -lm -Ofast resynth.c -o resynth -``` - -extra flags that i use are -``` --Wall -Wextra -Werror=implicit-function-declaration -Winline -Wshadow --Wno-unused -Wno-padded -Wno-missing-field-initializers -Wno-misleading-indentation -Wno-disabled-macro-expansion -Wno-language-extension-token -Wno-unknown-warning-option +clang -std=gnu11 -lm -Ofast -DNDEBUG resynth.c -o resynth ```