Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2022-01-30 23:09:19 +0300
committerRobert Adam <dev@robert-adam.de>2022-02-06 20:27:12 +0300
commitb0016256afcfac3ae592f85ac3a27999aad82fc5 (patch)
tree55f568c32d214a4740b3be17c52943a51eea658a /cmake/compiler.cmake
parent252da9bae4de783f27007aca77bdbfcb0b05c035 (diff)
DOCS: Fix typos
Found via `codespell -q 3 -S *.ts,./3rdparty,./3rdPartyLicenses -L aci,ba,crypted,datas,doubleclick,feld,hsi,ist,keypair,ro,unknwn` Includes misc. fixes to .github/ and cmake files
Diffstat (limited to 'cmake/compiler.cmake')
-rw-r--r--cmake/compiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake
index b47fdff49..cb44a0f67 100644
--- a/cmake/compiler.cmake
+++ b/cmake/compiler.cmake
@@ -37,7 +37,7 @@ if(MSVC)
if(symbols)
# Configure build to be able to properly debug release builds (https://docs.microsoft.com/cpp/build/how-to-debug-a-release-build).
- # This includes explicitely disabling /Oy to help debugging (https://docs.microsoft.com/cpp/build/reference/oy-frame-pointer-omission).
+ # This includes explicitly disabling /Oy to help debugging (https://docs.microsoft.com/cpp/build/reference/oy-frame-pointer-omission).
# Also set /Zo to enhance optimized debugging (https://docs.microsoft.com/cpp/build/reference/zo-enhance-optimized-debugging).
add_compile_options(
"/GR"