Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
authenticate
forkeado de
Archivist/sales_backend
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
compile-time microoptimization
master
Archivist
hace 6 años
padre
d70bfda43e
commit
12de0e332e
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
Dockerfile
+ 1
- 1
Dockerfile
Ver fichero
@ -5,6 +5,6 @@ COPY . /opt/app/
RUN
cd
/opt/app
&&
\
shards
RUN
cd
/opt/app/
&&
crystal build --release src/sales_backend.cr
RUN
cd
/opt/app/
&&
crystal build --
mcpu
$(
gcc -march
=
native -Q --help
=
target
|
grep march
|
awk
'{print $2}'
|
head -n 1
)
--
release src/sales_backend.cr
CMD
/opt/app/sales_backend
Escribir
Vista previa
Cargando…
Cancelar
Guardar