blob: 2530930d59f08396e16279bda244c2cf97351294 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
- workaround for https://github.com/wrapl/rabs/issues/193
--- radb/Makefile.orig 2023-07-11 13:46:28 UTC
+++ radb/Makefile
@@ -13,7 +13,7 @@ else
ifdef DEBUG
override CFLAGS += -g -DGC_DEBUG -DDEBUG
else
- override CFLAGS += -O3 -g -momit-leaf-frame-pointer -foptimize-sibling-calls -fno-stack-protector -march=native -mtune=native -mno-sse2 -minline-all-stringops
+ override CFLAGS += -O3 -g -mno-sse2
endif
ifeq ($(RADB_MEM), MALLOC)
|