Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
Knot Resolver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonathan Coetzee
Knot Resolver
Commits
f6d489e9
Commit
f6d489e9
authored
Apr 09, 2018
by
Vladimír Čunát
Browse files
Options
Browse Files
Download
Plain Diff
Merge !547: use CPPFLAGS if set
parents
675c8583
6c8641e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
config.mk
config.mk
+1
-1
No files found.
config.mk
View file @
f6d489e9
...
...
@@ -34,7 +34,7 @@ INSTALL := install
# Flags
BUILD_LDFLAGS
+=
$(LDFLAGS)
BUILD_CFLAGS
:=
$(CFLAGS)
-std
=
c99
-D_GNU_SOURCE
BUILD_CFLAGS
:=
$(CFLAGS)
$(CPPFLAGS)
-std
=
c99
-D_GNU_SOURCE
BUILD_CFLAGS
+=
-Wno-unused
-Wtype-limits
-Wformat
-Wformat-security
-Wall
BUILD_CFLAGS
+=
-I
$(
abspath
.
)
-I
$(
abspath
lib/generic
)
-I
$(
abspath
contrib
)
BUILD_CFLAGS
+=
-DPACKAGE_VERSION
=
"
\"
$(VERSION)
\"
"
-DPREFIX
=
"
\"
$(PREFIX)
\"
"
-DMODULEDIR
=
"
\"
$(MODULEDIR)
\"
"
...
...
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