Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
cf3d7fb8
Commit
cf3d7fb8
authored
Aug 13, 2013
by
Luca Barbato
Committed by
Christoph Mallon
Aug 14, 2013
Browse files
Speedup build by evaluating the default value of QUICKCHECK only once.
parent
2a33f527
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
cf3d7fb8
...
...
@@ -163,7 +163,8 @@ $(libfirm_dll): $(libfirm_OBJECTS)
# Generic rules
UNUSED
:=
$(
shell
mkdir
-p
$
(
libfirm_DIRS:%
=
$(builddir)
/%
))
# Determine if we can use cparser-beta for quickcheck
QUICKCHECK
?=
$(
shell
which cparser-beta
||
echo true
)
-fsyntax-only
QUICKCHECK_DEFAULT
:=
$(
shell
which cparser-beta
||
echo true
)
-fsyntax-only
QUICKCHECK
?=
$(QUICKCHECK_DEFAULT)
QUICKCHECK_FLAGS
?=
-Wno-shadow
-Wno-shadow-local
$(builddir)/%.o
:
%.c $(IR_SPEC_GENERATED_INCLUDES)
...
...
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