1
0
mirror of https://github.com/PurpleI2P/i2pd-tools synced 2025-03-13 05:41:07 +00:00

Merge pull request #44 from borned-mind/patch-1

Delete -mavx
This commit is contained in:
orignal 2018-04-26 12:38:43 -04:00 committed by GitHub
commit 6d21ba587c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ regaddr: $(OBJECTS)
$(CXX) -o regaddr regaddr.o $(LDFLAGS) $(LIBS)
vain: $(OBJECTS)
$(CXX) -o vain vanitygen.o $(LDFLAGS) -mavx $(LIBS)
$(CXX) -o vain vanitygen.o $(LDFLAGS) $(LIBS)
$(OBJECTS): libi2pd.a