woj-server/resource/runner/framework/template/cpp.mk

2 lines
64 B
Makefile

CXX = g++
CFLAGS = -O2 -pipe -Wall -lm -std=c++20 -DONLINE_JUDGE