このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
gplib
ウォッチ
1
スター
1
フォーク
0
コード
課題
8
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Added a new compiler flag
master
Ludovic 'Archivist' Lagouardette
3年前
親
f50388e8d3
コミット
a0317cdaa4
2個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
;
書き込み
プレビュー
読み込み中…
キャンセル
保存