diff options
| -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 |