This website requires JavaScript.
Explore
Help
Sign in
mfocko
/
LeetCode
Watch
1
Star
0
Fork
You've already forked LeetCode
0
Code
Issues
Pull requests
Wiki
Activity
b7e7bc1b0f
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