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
a44fc368
Commit
a44fc368
authored
Jul 01, 2021
by
Denis Kasak
Browse files
Makefile: Fix passing optimization flag to fuzzing builds.
parent
93352b55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a44fc368
...
...
@@ -7,7 +7,7 @@ BUILD_DIR := build
RELEASE_OPTIMIZE_FLAGS
?=
-g
-O3
DEBUG_OPTIMIZE_FLAGS
?=
-g
-O0
JS_OPTIMIZE_FLAGS
?=
-O3
FUZZ
ING
_OPTIMIZE_FLAGS
?=
-O3
FUZZ
ER
_OPTIMIZE_FLAGS
?=
-O3
CC
=
gcc
EMCC
=
emcc
EMAR
=
emar
...
...
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