Commit d1d9ce86 authored by Xavier Thompson's avatar Xavier Thompson

examples/Makefile.*: Link libfmt library

parent 51d08474
CXX = clang++-14
CXXFLAGS = -g -O3 -flto -Werror -Wall -Wextra -std=c++20 -stdlib=libc++ -I../include
LDLIBS = -pthread -luring
LDLIBS = -pthread -luring -lfmt
CXX=g++-11
CXXFLAGS=-g -O3 -fwhole-program -flto -Wall -Wextra -Werror -std=c++20 -fcoroutines -I../include
LDLIBS=-pthread -luring
LDLIBS=-pthread -luring -lfmt
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment