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

2 lines
64 B
Makefile
Raw Normal View History

2022-10-20 18:21:11 +08:00
CXX = g++
CFLAGS = -O2 -pipe -Wall -lm -std=c++20 -DONLINE_JUDGE