From eed20429d4e3799b4c35a33b7db097f3e1529acd Mon Sep 17 00:00:00 2001 From: rinri Date: Tue, 2 Mar 2021 20:56:07 +0600 Subject: [PATCH] change README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6bd96..a698592 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cd bits cp /usr/include/c++/10.2.0/x86_64-pc-linux-gnu/bits/stdc++.h . # compile them and use the same c++ standard as in Makefile -g++ -std=c++14 stdc++.h +g++ -g -std=c++14 stdc++.h ``` Don't forget to use double quotes in the template. GCC uses the local precompiled library first. If there is no local library, it uses system's one.