From 05625e191723b7a9e353822cfcbc4946a93f0d4d Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 22 May 2024 10:52:37 +0100 Subject: [PATCH] update makefile to compile stripped binary and remove gcc from readme --- Makefile | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7aa0d7a..4b4fbaf 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ MANDIR = $(PREFIX)/share/man/man1 # Flags LDFLAGS = $(shell pkg-config --libs libcurl) -CFLAGS = -O3 -march=native -mtune=native -pipe -g -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 +CFLAGS = -O3 -march=native -mtune=native -pipe -s -std=c99 -pedantic -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 SRC = bob.c diff --git a/README.md b/README.md index 279d26b..b49eeb8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Usage: # Dependencies -- gcc - curl # Building