summaryrefslogtreecommitdiffhomepage
path: root/userconfig-sthalik@Windows-Clang.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-10 03:11:16 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-10 03:11:16 +0200
commitb567a0d4ceed1ce0bb184d9c3f712b2ec37f2a41 (patch)
treeb2fdf91f37b1b93f10f41d10e007c73e9d063096 /userconfig-sthalik@Windows-Clang.cmake
parent6ebc64b4c61ea237f55438a4ebedf004648e65d7 (diff)
more precompiled header stuff
Diffstat (limited to 'userconfig-sthalik@Windows-Clang.cmake')
-rw-r--r--userconfig-sthalik@Windows-Clang.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/userconfig-sthalik@Windows-Clang.cmake b/userconfig-sthalik@Windows-Clang.cmake
index 2ebcde43..f5b5818c 100644
--- a/userconfig-sthalik@Windows-Clang.cmake
+++ b/userconfig-sthalik@Windows-Clang.cmake
@@ -83,6 +83,9 @@ endfunction()
# for test_app sources only
function(fm-userconfig-src)
+ #add_compile_options(-ftime-trace)
+ #sets(BOOL FLOORMAT_PRECOMPILED-HEADERS ON)
+
add_compile_options(
-Wall -Wextra -Wpedantic -Wno-old-style-cast -Wno-padded -Weverything
)