update makefile to compile stripped binary and remove gcc from readme
This commit is contained in:
parent
ec97aa30fd
commit
05625e1917
2 changed files with 1 additions and 2 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@ Usage:
|
|||
|
||||
# Dependencies
|
||||
|
||||
- gcc
|
||||
- curl
|
||||
|
||||
# Building
|
||||
|
|
Loading…
Reference in a new issue