https://bugs.kde.org/show_bug.cgi?id=360249
Bug ID: 360249
Summary: Optimize compile flag is used without concern for the
variable CMAKE_BUILD_TYPE
Product: trojita
Version: git
Platform: unspecified
OS: All
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: Other
Assignee: [email protected]
Reporter: [email protected]
It is desirable that it be possible to build without optimisation for
compilation speed and predictability of generated code, such as for testing.
Reproducible: Always
Steps to Reproduce:
Build with
cmake -DCMAKE_BUILD_TYPE=None
observe commands used by setting the VERBOSE environment variable to some value
for 'make', such as
make VERBOSE=1
Actual Results:
The compiler uses optimisation
Expected Results:
whereas it should not.
--
You are receiving this mail because:
You are watching all bug changes.