From 210c4f827038e0105996a7c93084449a94594ac9 Mon Sep 17 00:00:00 2001 From: Ramy-Badr-Ahmed Date: Tue, 8 Oct 2024 21:06:55 +0200 Subject: [PATCH] testing fortuno --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 124209c..0aa063e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ option(USE_COMPILE_OPTIONS "Use default compile options" ON) if(USE_COMPILE_OPTIONS) add_compile_options( - -Wall - -Wextra - -Wpedantic + # -Wall + #-Wextra + #-Wpedantic # -Waliasing # -Wconversion-extra # -Wimplicit-interface