Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
netrunner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaartis
netrunner
Commits
29616fa6
Commit
29616fa6
authored
7 years ago
by
despair
Browse files
Options
Downloads
Patches
Plain Diff
Usable headers in ./deps/include, still need the libraries installed in the usual places
parent
a08568ea
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
29616fa6
...
...
@@ -11,7 +11,7 @@ CWARN = -pedantic -Wall -Wextra -Wcast-align -Wcast-qual -Wdisabled-optimization
WARNINGS
=
-Werror
-pedantic
-Wall
-Wextra
-Wcast-align
-Wcast-qual
-Wctor-dtor-privacy
-Wdisabled-optimization
-Wformat
=
2
-Winit-self
-Wlogical-op
-Wmissing-declarations
-Wmissing-include-dirs
-Wnoexcept
-Wold-style-cast
-Woverloaded-virtual
-Wredundant-decls
-Wshadow
-Wsign-conversion
-Wsign-promo
-Wstrict-null-sentinel
-Wstrict-overflow
=
5
-Wswitch-default
-Wundef
-Wno-unused
-Wzero-as-null-pointer-constant
-Wuseless-cast
-Wno-strict-overflow
LIBS
=
-lglfw
-lGL
-lGLEW
-lfreetype
-lharfbuzz
-lmbedtls
-lmbedcrypto
-lmbedx509
LDFLAGS
=
-O3
-flto
=
8
INCPATH
=
-I
/usr
/include
/freetype2
-I
/usr/include/harfbuzz
INCPATH
=
-I
./deps
/include
# Usable headers are in ./deps - you still need the libraries installed in the usual places
MD5SUM
=
md5sum
ifeq
($(UNAME), Darwin)
...
...
@@ -28,7 +28,7 @@ LIBS = -lglfw -framework OpenGL -framework Cocoa -framework IOKit -framework Cor
endif
endif
LDFLAGS
=
-O3
-L
/usr/local/lib
INCPATH
=
-I
/usr/local/include
-I
/usr/local/include/freetype2
-I
/usr/local/include/harfbuzz
INCPATH
=
-I
./deps/include
MD5SUM
=
md5
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment