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
clean-and-itasks
sapl-interpreter
Commits
84b0d495
Commit
84b0d495
authored
Sep 16, 2015
by
Laszlo Domoszlai
Browse files
change to clang++. g++ seems to haw a bug related to bitfields
parent
100db9c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/Makefile
View file @
84b0d495
TARGET
=
main
LIBS
=
CC
=
g++
CFLAGS
=
-O3
-Wno-write-strings
# -g -pg -fstack-usage
CC
=
clan
g++
CFLAGS
=
-O3
-x
c++
-Wno-write-strings
# -g -pg -fstack-usage
.PHONY
:
default all clean
...
...
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