diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 01:40:17 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-13 01:40:28 +0100 |
commit | f38358000bbb18daf38d25d903987c1c87d39c62 (patch) | |
tree | b6426756264646fd25ce6781e3ecebdb2f36ad57 /userconfig-sthalik@Windows-Clang.cmake | |
parent | 4652215e0aebdc9513eb225972a411f73736e4f7 (diff) |
c
Diffstat (limited to 'userconfig-sthalik@Windows-Clang.cmake')
-rw-r--r-- | userconfig-sthalik@Windows-Clang.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake index 817611b6..60b69809 100644 --- a/userconfig-sthalik@Windows-Clang.cmake +++ b/userconfig-sthalik@Windows-Clang.cmake @@ -12,7 +12,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "DEBUG") -fcoverage-mapping ) endif() - add_compile_options(-ftime-trace) + #add_compile_options(-ftime-trace) else() add_compile_options(-march=native -mavx2) add_compile_options(-emit-llvm) |