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
Tanzeem Haque
gdsl-toolkit
Commits
bb628a80
Unverified
Commit
bb628a80
authored
Oct 25, 2015
by
Julian Kranz
Browse files
C(PP)FLAGS_EXTRA
parent
37b4ae2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/cppgdsl/Makefile
View file @
bb628a80
...
...
@@ -3,8 +3,8 @@ CC=gcc
#CC=clang
CPP
=
clang++
INCDS
=
-Iinclude
-I
$(GDSL)
/include
CFLAGS
=
-c
-MMD
-ggdb3
-std
=
gnu99
-Wall
-Wfatal-errors
-DRELAXEDFATAL
$(INCDS)
CPPFLAGS
=
-c
-MMD
-ggdb3
-std
=
c++11
-Wall
-Wno-overloaded-virtual
-Wno-deprecated
$(INCDS)
CFLAGS
=
$(CFLAGS_EXTRA)
-c
-MMD
-ggdb3
-std
=
gnu99
-Wall
-Wfatal-errors
-DRELAXEDFATAL
$(INCDS)
CPPFLAGS
=
$(CPPFLAGS_EXTRA)
-c
-MMD
-ggdb3
-std
=
c++11
-Wall
-Wno-overloaded-virtual
-Wno-deprecated
$(INCDS)
LIBRARY
=
libcppgdsl.a
...
...
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