Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
9c40c319
Commit
9c40c319
authored
Aug 25, 2017
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mk: fix plugin test fail
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
00590fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mk/golang.mk
mk/golang.mk
+1
-1
No files found.
mk/golang.mk
View file @
9c40c319
...
...
@@ -20,7 +20,7 @@ go-tags=$(if $(GOTAGS), -tags="$(call join-with,$(space),$(GOTAGS))")
go-flags-with-tags
=
$(GOFLAGS)
$
(
go-tags
)
define
go-build
$(GOCC)
build
-gcflags
"-N -l"
-i
$(go-flags-with-tags)
-o
"$@"
"$(call go-pkg-name,$<)"
$(GOCC)
build
-i
$(go-flags-with-tags)
-o
"$@"
"$(call go-pkg-name,$<)"
endef
test_go_short
:
GOTFLAGS += -test.short
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment