From 1406650c7e9f159f5e7da436ce9ea9b3e2173584 Mon Sep 17 00:00:00 2001 From: spidernet Date: Sun, 26 Sep 2021 13:31:38 +0000 Subject: [PATCH] Add explanation on how to provide own make flags --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5980e4e..ca64719 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,11 @@ CFLAGS = -std=c99 -O2 -Wall -Wextra -Wpedantic LDFLAGS = ``` +or pass your own flags to make +``` +make CC=gcc CFLAGS=... LDFLAGS=... +``` + ## Installation Clone this repository then -- 2.11.4.GIT