- Use release compiler flags for debug builds of third party libraries.

This commit is contained in:
Braden Obrzut 2013-10-12 00:24:04 -04:00
commit 3e90b65014
7 changed files with 22 additions and 0 deletions

View file

@ -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")