- Use release compiler flags for debug builds of third party libraries.
This commit is contained in:
parent
b9a1528747
commit
3e90b65014
7 changed files with 22 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
cmake_minimum_required(VERSION 2.4.4)
|
||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
|
||||
|
||||
make_release_only()
|
||||
|
||||
project(zlib C)
|
||||
|
||||
set(VERSION "1.2.7")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue