aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStephan Walter <stephan@walter.name>2023-04-19 16:06:37 +0000
committerGitHub <noreply@github.com>2023-04-19 19:06:37 +0300
commitf3d4edf504c19ee9d1381c5727fe38667205d979 (patch)
treef4f2e1dcd3babfe6a169189b848459f5455f5f0f /CMakeLists.txt
parent8944a1329648c57bb7d66851170938230587a52c (diff)
ggml : Q4 cleanup - remove 4-bit dot product code (#1061)
* Q4 cleanup * Remove unused AVX512 Q4_0 code
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8eadea4..d7aa051 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -174,7 +174,6 @@ if (LLAMA_ALL_WARNINGS)
-Wshadow
-Wstrict-prototypes
-Wpointer-arith
- -Wno-unused-function
)
set(cxx_flags
-Wall