summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-06-22 04:52:39 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-06-22 04:53:06 +0200
commitcc76bb2e3622f10577de90c3af8653d9c4cbc957 (patch)
tree30621eb398e2c5ba208cd5ed5db86b832ddfbb01 /cmake
parent3568f283442d9f4f18141f532ddef156e045f370 (diff)
cmake: remove verbose flags
Diffstat (limited to 'cmake')
-rw-r--r--cmake/msvc.cmake2
-rw-r--r--cmake/opentrack-i18n.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/cmake/msvc.cmake b/cmake/msvc.cmake
index 9f77bddf..777db428 100644
--- a/cmake/msvc.cmake
+++ b/cmake/msvc.cmake
@@ -68,7 +68,7 @@ set(_LDFLAGS "-machine:X86 -DEBUG")
#set(_ltcg "-LTCG")
set(_ltcg "-LTCG:INCREMENTAL")
-set(_LDFLAGS_RELEASE "-OPT:REF,ICF=4 -verbose -cgthreads:1 ${_ltcg}")
+set(_LDFLAGS_RELEASE "-OPT:REF,ICF=4 -cgthreads:1 ${_ltcg}")
set(_LDFLAGS_DEBUG "")
set(_LDFLAGS_STATIC "-machine:X86 -WX")
diff --git a/cmake/opentrack-i18n.cmake b/cmake/opentrack-i18n.cmake
index c3aee3d2..8e8a74df 100644
--- a/cmake/opentrack-i18n.cmake
+++ b/cmake/opentrack-i18n.cmake
@@ -76,8 +76,8 @@ function(otr_merge_translations)
add_custom_command(OUTPUT "${qm-output}"
COMMAND "${lrelease-binary}"
-nounfinished
- #-silent
- -verbose
+ -silent
+ #-verbose
${ts-files}
-qm "${qm-output}"
${to-null}