-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hey @chriskohlhoff it is amazing talk indeed.
I find useful if you can update the Makefile. -fcoroutines
is needed atleast on Ubuntu 20.04 using gcc
.
CXXFLAGS=-std=c++20 -pthread -Wall -Wextra -fcoroutines -fno-inline -I$(ASIO_ROOT)/include -g -DASIO_ENABLE_HANDLER_TRACKING
SOURCE=$(wildcard *.cpp)
PROGRAMS=$(SOURCE:.cpp=)
DSYM=$(SOURCE:.cpp=.dSYM)
all: $(PROGRAMS)
clean:
rm -rf $(PROGRAMS) $(DSYM)
Metadata
Metadata
Assignees
Labels
No labels