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
302 B
12 lines
302 B
Index: makefile |
|
--- makefile.orig 2024-09-17 19:42:08.245961000 +0200 |
|
+++ makefile 2024-09-17 19:42:35.613530000 +0200 |
|
@@ -1,5 +1,6 @@ |
|
-CC = clang++-17 |
|
-LFLAGS = -std=c++14 -Wall |
|
+CC = g++ |
|
+CFLAGS = -std=c++14 |
|
+LFLAGS = -std=c++14 |
|
|
|
all: LFLAGS += -Ofast -march=native |
|
all: cmix enwik9-preproc remap
|
|
|