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
Armillon Damien
infosec-ecomp
Commits
64c25294
Commit
64c25294
authored
Mar 02, 2021
by
Wilke Pierre
Browse files
Activer l'enregistrement des backtraces depuis le code du compilateur
(et pas avec une variable d'environnement...)
parent
b1b72e97
Changes
2
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
64c25294
...
...
@@ -23,4 +23,4 @@ clean:
make
-C
tests clean
test
:
main.native
OCAMLRUNPARAM
=
b
make
-C
tests
make
-C
tests
src/main.ml
View file @
64c25294
...
...
@@ -180,6 +180,7 @@ let _ =
set_default
ltl_dump
basename
".ltl"
;
end
;
Printexc
.
record_backtrace
true
;
let
compiler_res
=
try
pass_tokenize
input
>>=
fun
tokens
->
...
...
Write
Preview
Markdown
is supported
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