Arun Prakash Jana
8 роки тому
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: A75979F35C080412
2 змінених файлів з
2 додано та
0 видалено
-
Makefile
-
README.md
|
|
@@ -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 |
|
|
|
|
|
|
|