This website requires JavaScript.
Explore
Help
Sign in
mfocko
/
LeetCode
Watch
1
Star
0
Fork
You've already forked LeetCode
0
mirror of
https://gitlab.com/mfocko/LeetCode.git
synced
2024-11-10 00:09:06 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
548b824d4a
LeetCode
/
cpp
/
.envrc
3 lines
81 B
Text
Raw
Normal View
History
Unescape
Escape
chore(cpp): add GTest support * Compile with ‹_MF_TEST› macro * Link the GTest library Signed-off-by: Matej Focko <mfocko@redhat.com>
2024-02-24 23:23:12 +01:00
export CXXFLAGS="-std=c++20 -Wall -Wextra -g -D_MF_TEST"
export LDLIBS="-lgtest"
Reference in a new issue
Copy permalink