mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
Delete -mavx
This commit is contained in:
parent
bb820de2fa
commit
dff8d6791d
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ regaddr: $(OBJECTS)
|
||||||
$(CXX) -o regaddr regaddr.o $(LDFLAGS) $(LIBS)
|
$(CXX) -o regaddr regaddr.o $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
vain: $(OBJECTS)
|
vain: $(OBJECTS)
|
||||||
$(CXX) -o vain vanitygen.o $(LDFLAGS) -mavx $(LIBS)
|
$(CXX) -o vain vanitygen.o $(LDFLAGS) $(LIBS)
|
||||||
|
|
||||||
$(OBJECTS): libi2pd.a
|
$(OBJECTS): libi2pd.a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue