Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
gplib
Segui
1
Vota
1
Forka
0
Codice
Problemi
8
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Added a new compiler flag
master
Ludovic 'Archivist' Lagouardette
3 anni fa
parent
f50388e8d3
commit
a0317cdaa4
2 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
Makefile
+2
-0
tests.cpp
+ 1
- 0
Makefile
Vedi File
@ -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
Vedi File
@ -36,7 +36,9 @@ void print_logs() {
}
}
#
ifndef CATCH_EXCEPTIONS
#
define CATCH_EXCEPTIONS 0
#
endif
std
:
:
vector
<
std
:
:
unique_ptr
<
test_scaffold
>
>
tests
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva