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
8d31f42b
Commit
8d31f42b
authored
May 24, 2016
by
Richard van der Hoff
Browse files
Build the tests with -g
think this got lost when mark added separate release/debug builds
parent
2e7800cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8d31f42b
...
...
@@ -51,7 +51,7 @@ $(DEBUG_OBJECTS): CXXFLAGS += $(DEBUG_OPTIMIZE_FLAGS)
$(DEBUG_TARGET)
:
LDFLAGS += $(DEBUG_OPTIMIZE_FLAGS)
$(TEST_BINARIES)
:
CPPFLAGS += -Itests/include
$(TEST_BINARIES)
:
LDFLAGS += $(
TEST
_OPTIMIZE_FLAGS) -L$(BUILD_DIR)
$(TEST_BINARIES)
:
LDFLAGS += $(
DEBUG
_OPTIMIZE_FLAGS) -L$(BUILD_DIR)
$(JS_OBJECTS)
:
CFLAGS += $(JS_OPTIMIZE_FLAGS)
$(JS_OBJECTS)
:
CXXFLAGS += $(JS_OPTIMIZE_FLAGS)
...
...
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