Bläddra i källkod

strip binary

master
Arun Prakash Jana 8 år sedan
förälder
incheckning
c78e3bf14f
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: A75979F35C080412
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. +1
    -0
      Makefile
  2. +1
    -0
      README.md

+ 1
- 0
Makefile Visa fil

@@ -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


+ 1
- 0
README.md Visa fil

@@ -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



Laddar…
Avbryt
Spara