Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
gplib
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
8
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Added a new compiler flag
master
Ludovic 'Archivist' Lagouardette
hace 3 años
padre
f50388e8d3
commit
a0317cdaa4
Se han
modificado 2 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
Makefile
+2
-0
tests.cpp
+ 1
- 0
Makefile
Ver fichero
@ -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 fichero
@ -36,7 +36,9 @@ void print_logs() {
}
}
#
ifndef CATCH_EXCEPTIONS
#
define CATCH_EXCEPTIONS 0
#
endif
std
:
:
vector
<
std
:
:
unique_ptr
<
test_scaffold
>
>
tests
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar