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
DiSL
DiSL
Commits
518c3c00
Commit
518c3c00
authored
Nov 17, 2015
by
Lubomir Bulej
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disl-agent: Added an example Makefile.quirs that allows fixing build issues locally.
parent
d88a0058
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src-disl-agent/Makefile.quirks
src-disl-agent/Makefile.quirks
+13
-0
No files found.
src-disl-agent/Makefile.quirks
0 → 100644
View file @
518c3c00
#
# This file is intended to contain variable assignments that can fix
# various quirks, mostly related to specific (local) compilers. Compared
# to Makefile.local, this file is included much later, just before the
# definition of recipes. This allows modifying some of the variables
# that contribute to the recipe definition.
#
# For example, older GCC compilers have trouble with the -flto option.
# To fix this locally without having to modify the main Makefile, just
# uncomment the following two lines.
#
#CFLAGS_PARTS :=
#CFLAGS_WHOLE :=
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