diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 20:05:44 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 20:05:44 +0100 |
commit | 14624e39aff9239d5f016af1c0553483c856555b (patch) | |
tree | ed15856c28f70caf21be37aa358f4d59ebcf0457 /common.mk | |
parent | 3642434a0b1b3dd223e7c2666eb00231858ee1b7 (diff) |
HTTP Get test (WIP)
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ CXXTYPE=clang++ else ifeq ($(CXX),clang++-14) LIBS+= \ -fuse-ld=lld-14 \ --lstdc++ +-lc++ -lc++abi LLVMPROFDATA=llvm-profdata-14 LLVMCOV=llvm-cov-14 CXXTYPE=clang++ |