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