mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
strip binary
This commit is contained in:
parent
98e3f22cb4
commit
c78e3bf14f
2 changed files with 2 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue