You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
818 B
12 lines
818 B
Index: makefile |
|
--- makefile.orig 2017-11-22 12:34:15.225854000 +0100 |
|
+++ makefile 2017-11-22 12:34:58.549826000 +0100 |
|
@@ -1,6 +1,6 @@ |
|
CC = g++ |
|
-CFLAGS = -std=c++11 -Wall -c |
|
-LFLAGS = -std=c++11 -Wall |
|
+CFLAGS = -std=c++11 -c |
|
+LFLAGS = -std=c++11 |
|
|
|
OBJS = build/preprocessor.o build/encoder.o build/decoder.o build/predictor.o build/logistic.o build/mixer-input.o build/mixer.o build/byte-mixer.o build/byte-model.o build/sse.o build/manager.o build/direct.o build/direct-hash.o build/indirect.o build/nonstationary.o build/run-map.o build/byte-run.o build/match.o build/dmc.o build/ppm.o build/ppmd.o build/bracket.o build/paq8l.o build/paq8hp.o build/bracket-context.o build/context-hash.o build/sparse.o build/lstm.o build/layer.o build/indirect-hash.o build/interval.o build/interval-hash.o build/bit-context.o |
|
|
|
|