mirror of
https://gitlab.com/mfocko/LeetCode.git
synced 2024-11-10 00:09:06 +01:00
Matej Focko
231b55ed58
* Compile with ‹_MF_TEST› macro * Link the GTest library Signed-off-by: Matej Focko <mfocko@redhat.com>
2 lines
81 B
Bash
2 lines
81 B
Bash
export CXXFLAGS="-std=c++20 -Wall -Wextra -g -D_MF_TEST"
|
|
export LDLIBS="-lgtest"
|