Explorar el Código

d02 Минус детектор гонки

SVI hace 2 años
padre
commit
2f187fa853
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,7 +20,7 @@ runner.build:
 serv.run:
 	clear
 	go fmt ./...
-	go build -race -o ./bin/dev_serv ./cmd/server/main.go
+	go build -o ./bin/dev_serv ./cmd/server/main.go
 	./dev_serv.sh
 test.run:
 	clear