Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
gplib
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Questões
8
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Added a new compiler flag
master
Ludovic 'Archivist' Lagouardette
há 3 anos
ascendente
f50388e8d3
cometimento
a0317cdaa4
2 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
Makefile
+2
-0
tests.cpp
+ 1
- 0
Makefile
Ver ficheiro
@ -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
Ver ficheiro
@ -36,7 +36,9 @@ void print_logs() {
}
}
#
ifndef CATCH_EXCEPTIONS
#
define CATCH_EXCEPTIONS 0
#
endif
std
:
:
vector
<
std
:
:
unique_ptr
<
test_scaffold
>
>
tests
;
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar