default to release in dev mode as well

This commit is contained in:
Damien Elmes 2020-03-06 13:29:23 +10:00
parent f904f30bb2
commit f343197385
2 changed files with 1 additions and 12 deletions

View file

@ -34,7 +34,7 @@ SUBMAKE := $(MAKE) --print-directory
.SUFFIXES: .SUFFIXES:
BUILDFLAGS := --release --strip BUILDFLAGS := --release --strip
DEVFLAGS := DEVFLAGS := $(BUILDFLAGS)
RUNFLAGS := RUNFLAGS :=
CHECKABLE_PY := pylib qt CHECKABLE_PY := pylib qt
CHECKABLE_RS := rslib CHECKABLE_RS := rslib

View file

@ -61,17 +61,6 @@ folder.
Use 'make clean' to remove some generated files. Use 'make clean' to remove some generated files.
Performance
------------
'make run' builds the Rust libraries in unoptimized debug mode by default.
Before doing any performance testing, please make sure you make a release
build with 'make build' and install the resulting .whl files, or use
make run with the following command:
touch rspy/src/lib.rs
make run DEVFLAGS="--release --strip"
PyQt PyQt
----- -----