This commit is contained in:
Sergey Stepanov 2024-05-07 23:06:09 +03:00
parent c5c2578d0f
commit 0500550fc0
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B
2 changed files with 1 additions and 2 deletions

View file

@ -2,7 +2,7 @@ PROJECT = cloud-game
REPO_ROOT = github.com/giongto35
ROOT = ${REPO_ROOT}/${PROJECT}
CGO_CFLAGS='-g -O3 -funroll-loops'
CGO_CFLAGS='-g -O3'
CGO_LDFLAGS='-g -O3'
GO_TAGS=static

View file

@ -1,4 +1,3 @@
version: '3'
services:
cloud-game: