Remove the extra line in "make release"
Summary: that line was introduced during merge.
This commit is contained in:
parent
1447bb5919
commit
23576d773f
1
Makefile
1
Makefile
@ -139,7 +139,6 @@ all: $(LIBRARY) $(PROGRAMS)
|
|||||||
# Will also generate shared libraries.
|
# Will also generate shared libraries.
|
||||||
release:
|
release:
|
||||||
$(MAKE) clean
|
$(MAKE) clean
|
||||||
OPT="-DNDEBUG -O2" $(MAKE) -j32
|
|
||||||
OPT="-DNDEBUG -O2" $(MAKE) all -j32
|
OPT="-DNDEBUG -O2" $(MAKE) all -j32
|
||||||
OPT="-DNDEBUG -O2" $(MAKE) $(SHARED) -j32
|
OPT="-DNDEBUG -O2" $(MAKE) $(SHARED) -j32
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user