diff options
| author | 2017-03-30 02:29:28 +0530 | |
|---|---|---|
| committer | 2017-03-30 02:29:28 +0530 | |
| commit | c78e3bf14f0105234d52a8a0f1fc0548309949da (patch) | |
| tree | 204c03557c95d64725cb6cb1194e70dee0c0ddc4 | |
| parent | 98e3f22cb4960d026649807e7dfd9048ea452a46 (diff) | |
| download | nnn-c78e3bf14f0105234d52a8a0f1fc0548309949da.tar.gz | |
strip binary
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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 |