Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
84dbba8e
Commit
84dbba8e
authored
Jul 02, 2021
by
Denis Kasak
Browse files
Makefile: Remove debugging flag from the release target.
parent
a44fc368
Pipeline
#7626
failed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
84dbba8e
...
@@ -4,7 +4,7 @@ include common.mk
...
@@ -4,7 +4,7 @@ include common.mk
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
PREFIX
?=
/usr/local
BUILD_DIR
:=
build
BUILD_DIR
:=
build
RELEASE_OPTIMIZE_FLAGS
?=
-g
-O3
RELEASE_OPTIMIZE_FLAGS
?=
-O3
DEBUG_OPTIMIZE_FLAGS
?=
-g
-O0
DEBUG_OPTIMIZE_FLAGS
?=
-g
-O0
JS_OPTIMIZE_FLAGS
?=
-O3
JS_OPTIMIZE_FLAGS
?=
-O3
FUZZER_OPTIMIZE_FLAGS
?=
-O3
FUZZER_OPTIMIZE_FLAGS
?=
-O3
...
...
Write
Preview
Supports
Markdown
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