d4bdd5d393
LZSA is a collection of byte-aligned compression formats that are engineered for very fast decompression on 8-bit systems. WWW: https://github.com/emmanuel-marty/lzsa
10 lines
231 B
Text
10 lines
231 B
Text
--- Makefile.orig 2023-02-27 17:23:00 UTC
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC=clang
|
|
-CFLAGS=-O3 -g -fomit-frame-pointer -Isrc/libdivsufsort/include -Isrc
|
|
+CC?= clang
|
|
+CFLAGS+= -Isrc/libdivsufsort/include -Isrc
|
|
OBJDIR=obj
|
|
LDFLAGS=
|
|
|