Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
authenticate
forkato da
Archivist/sales_backend
Segui
2
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
compile-time microoptimization
master
Archivist
6 anni fa
parent
d70bfda43e
commit
12de0e332e
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
Vedi File
@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva