summaryrefslogtreecommitdiff
path: root/test/fuzz/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-08 11:31:39 +0700
committerhathach <[email protected]>2022-12-08 11:31:39 +0700
commitbf8f4f95211c286d1ff1def3f140e1e304e76b4d (patch)
treee43598d9befd114f2c232c272530054eaf2e08f2 /test/fuzz/make.mk
parent86a3315bcf981642b05c9d8388647cbe90a21251 (diff)
move build Fuzzer into pre-commit
Diffstat (limited to 'test/fuzz/make.mk')
-rw-r--r--test/fuzz/make.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fuzz/make.mk b/test/fuzz/make.mk
index 3da79e8ff..03254112f 100644
--- a/test/fuzz/make.mk
+++ b/test/fuzz/make.mk
@@ -16,9 +16,9 @@ __check_defined = \
#-------------- Fuzz harness compiler ------------
-CC ?= clang
-CXX ?= clang++
-GDB ?= gdb
+CC = clang
+CXX = clang++
+GDB = gdb
OBJCOPY = objcopy
SIZE = size
MKDIR = mkdir