Commit f40688a5 authored by Xavier Thompson's avatar Xavier Thompson

examples/Makefile.*: Link liburing library

parent 913bc65a
CXX = clang++-14
CXXFLAGS = -g -O3 -flto -Werror -Wall -Wextra -std=c++20 -stdlib=libc++ -I../include
LDLIBS = -pthread
LDLIBS = -pthread -luring
CXX=g++-11
CXXFLAGS=-g -O3 -fwhole-program -flto -Wall -Wextra -Werror -std=c++20 -fcoroutines -I../include
LDLIBS=-pthread
LDLIBS=-pthread -luring
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