aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index cef4174..d6bdfd7 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,7 @@
7 7
8MODULE=lanes 8MODULE=lanes
9 9
10SRC=lanes.c cancel.c compat.c threading.c tools.c state.c linda.c deep.c keeper.c universe.c 10SRC=lanes.c cancel.cpp compat.cpp threading.cpp tools.cpp state.cpp linda.cpp deep.cpp keeper.cpp universe.cpp
11 11
12OBJ=$(SRC:.c=.o) 12OBJ=$(SRC:.c=.o)
13 13
@@ -15,7 +15,7 @@ OBJ=$(SRC:.c=.o)
15# 15#
16LIBFLAG=-shared 16LIBFLAG=-shared
17 17
18OPT_FLAGS=-O2 18OPT_FLAGS=-O2 -std=c++20
19 # -O0 -g 19 # -O0 -g
20 20
21_SO=so 21_SO=so