Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
visus
/
dds
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix passing lm path to DDS executable
default_compile_flags
vector-of-bool
hace 5 años
padre
89db2af764
commit
9034ce8b14
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-0
tests/dds.py
+ 1
- 0
tests/dds.py
Ver fichero
@@ -124,6 +124,7 @@ class DDS:
['--warnings'] if warnings else [],
['--export'] if export else [],
f'--toolchain={toolchain or self.default_builtin_toolchain}',
f'--lm-index={self.lmi_path}',
self.project_dir_arg,
])
Escribir
Vista previa
Cargando…
Cancelar
Guardar