Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
TheoryOfNekomata
/
xml-c
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Debug builds should include debug symbols
master
ooxi
hace 12 años
padre
383ff54b93
commit
1e87d75209
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
CMakeLists.txt
+ 1
- 1
CMakeLists.txt
Ver fichero
@@ -7,7 +7,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0 FATAL_ERROR)
# Compiler setup
SET(CMAKE_C_FLAGS_DEBUG "-DDEBUG")
SET(CMAKE_C_FLAGS_DEBUG "-
g -
DDEBUG")
SET(CMAKE_C_FLAGS_RELEASE "-O2")
Escribir
Vista previa
Cargando…
Cancelar
Guardar