strip binary

This commit is contained in:
Arun Prakash Jana 2017-03-30 02:29:28 +05:30
parent 98e3f22cb4
commit c78e3bf14f
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LDLIBS)
strip $(BIN)
noice.o: util.h config.h
strlcat.o: util.h

View File

@ -65,6 +65,7 @@ I chose to fork noice because:
- Use `-O3` for compilation, fixed warnings
- Added compilation flag `-march=native`
- Remove generated config.h on `make clean`
- strip the final binary
### Installation