Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
3c4f7da6
Commit
3c4f7da6
authored
Jan 17, 2017
by
Karsten Suehring
Browse files
remove -fPIC compiler option because it seems not to be useful and
prevents compilation on Cygwin
parent
7e54e546
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/linux/common/makefile.base
View file @
3c4f7da6
...
...
@@ -46,8 +46,8 @@ endif
#########################################################
# default cpp flags for all configurations
#CPPFLAGS = -Wall
-fPIC
$(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
CPPFLAGS
=
-fPIC
$(DEFS)
-I
$(CURDIR)
/
$(INC_DIR)
$(USER_INC_DIRS)
-Wall
-Wshadow
-Wno-sign-compare
-Werror
#CPPFLAGS = -Wall $(DEFS) -I$(CURDIR)/$(INC_DIR) $(USER_INC_DIRS)
CPPFLAGS
=
$(DEFS)
-I
$(CURDIR)
/
$(INC_DIR)
$(USER_INC_DIRS)
-Wall
-Wshadow
-Wno-sign-compare
-Werror
##########
# enforce 32-bit build : 1=yes, 0=no
...
...
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