This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
gplib
關註
1
收藏
1
複製
0
程式碼
問題管理
8
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Added a new compiler flag
master
Ludovic 'Archivist' Lagouardette
3 年之前
父節點
f50388e8d3
當前提交
a0317cdaa4
共有
2 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+2
-0
tests.cpp
+ 1
- 0
Makefile
查看文件
@ -1,6 +1,7 @@
CXX
=
clang++
CXXFLAGS
=
--std
=
c++20 -O0 -g -pthread -DGP_TESTS -DFUZZ_STRENGTH
=
100
-DNO_BENCH
=
1
-pedantic
\
-fprofile-instr-generate -fcoverage-mapping -Wno-unknown-attributes -fno-omit-frame-pointer
\
-DCATCH_EXCEPTIONS
=
1
# -fsanitize=address -fsanitize-blacklist=blacklist.txt
+ 2
- 0
tests.cpp
查看文件
@ -36,7 +36,9 @@ void print_logs() {
}
}
#
ifndef CATCH_EXCEPTIONS
#
define CATCH_EXCEPTIONS 0
#
endif
std
:
:
vector
<
std
:
:
unique_ptr
<
test_scaffold
>
>
tests
;
Write
Preview
Loading…
取消
儲存