cmake: default to relaxed options when building from source tarball

This commit is contained in:
Markus F.X.J. Oberhumer
2022-11-22 20:54:12 +01:00
parent 0af9bbb623
commit 39778d5f47
2 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# UPX top-level Makefile - needs GNU make and CMake >= 3.13
#
# NOTE: if you only have CMake 3.10 then you can invoke cmake manually like this:
# NOTE: if you only have an older CMake 3.x then you can invoke cmake manually like this:
# mkdir -p build/release
# cd build/release
# cmake ../..