cmake: compile compression libs with -O2 even in Debug mode

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-16 09:47:39 +01:00
parent cc994326a0
commit aa050e0001
2 changed files with 16 additions and 3 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ Short overview
Tools needed to build/modify the UPX sources
--------------------------------------------
- A C++ compiler that supports C++ 17: clang 5.0, gcc 8.0 or msvc 2019 16.11
(older or other compilers may work, use at your own risk)
- A C++ compiler that supports C++ 17: clang-5, gcc-8 or msvc-2019 16.11
(older or other compilers may work but are unsupported, use at your own risk)
- GNU make