diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
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 | ||
8 | MODULE=lanes | 8 | MODULE=lanes |
9 | 9 | ||
10 | SRC=lanes.c cancel.c compat.c threading.c tools.c state.c linda.c deep.c keeper.c universe.c | 10 | SRC=lanes.c cancel.cpp compat.cpp threading.cpp tools.cpp state.cpp linda.cpp deep.cpp keeper.cpp universe.cpp |
11 | 11 | ||
12 | OBJ=$(SRC:.c=.o) | 12 | OBJ=$(SRC:.c=.o) |
13 | 13 | ||
@@ -15,7 +15,7 @@ OBJ=$(SRC:.c=.o) | |||
15 | # | 15 | # |
16 | LIBFLAG=-shared | 16 | LIBFLAG=-shared |
17 | 17 | ||
18 | OPT_FLAGS=-O2 | 18 | OPT_FLAGS=-O2 -std=c++20 |
19 | # -O0 -g | 19 | # -O0 -g |
20 | 20 | ||
21 | _SO=so | 21 | _SO=so |