Commit 763c80b4 authored by Xavier Thompson's avatar Xavier Thompson

WIP Makefile: Add -fwhole-program and -flto

parent 44a8eeda
CXX=g++-11 CXX=g++-11
CXXFLAGS=-g -O3 -Wall -Wextra -Werror -std=c++20 -fcoroutines -I. CXXFLAGS=-g -O3 -fwhole-program -flto -Wall -Wextra -Werror -std=c++20 -fcoroutines -I.
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