mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
added compiler flags
This commit is contained in:
parent
e202d659a0
commit
068658995d
3 changed files with 5 additions and 0 deletions
|
|
@ -25,7 +25,9 @@ SET(QT_USE_QTSQL TRUE)
|
|||
FIND_PACKAGE(Qt4 REQUIRED)
|
||||
FIND_PACKAGE(Protobuf REQUIRED)
|
||||
FIND_PACKAGE(Libgcrypt REQUIRED)
|
||||
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O2")
|
||||
|
||||
QT4_WRAP_CPP(servatrice_HEADERS_MOC ${servatrice_HEADERS})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue