Skip to content
GitLab
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
b14a55af
Commit
b14a55af
authored
Aug 26, 2015
by
Laszlo Domoszlai
Browse files
increase stack size to 16Mb to avoid crash
parent
46f20bde
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/Makefile
View file @
b14a55af
TARGET
=
main
LIBS
=
CC
=
g++
CFLAGS
=
-g
-Wno-write-strings
CFLAGS
=
-g
-Wno-write-strings
.PHONY
:
default all clean
...
...
@@ -17,7 +17,7 @@ HEADERS = $(wildcard *.h)
.PRECIOUS
:
$(TARGET) $(OBJECTS)
$(TARGET)
:
$(OBJECTS)
$(CC)
$(OBJECTS)
-static
-static-libgcc
-static-libstdc
++
-g
-Wall
$(LIBS)
-o
$@
$(CC)
$(OBJECTS)
-static
-static-libgcc
-static-libstdc
++
-Wl
,--stack,16777216
-g
-Wall
$(LIBS)
-o
$@
clean
:
-
rm
-f
*
.o
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment