From 9106ca33677c0668f6bd3a04487326357bfb4826 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Fri, 6 Oct 2023 15:01:08 -0700 Subject: [PATCH] try changing build params --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e91bccf..a4b1a67 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,12 +86,6 @@ else() add_library(Cram STATIC ${SOURCE_FILES}) endif() -# Build flags -if(NOT MSVC) - set_property(TARGET Cram PROPERTY COMPILE_FLAGS "-std=gnu99 -Wall -Wno-strict-aliasing -pedantic") - target_link_libraries(Cram PUBLIC m) -endif() - # includes target_include_directories(Cram PUBLIC $