X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2FmatitamakeLib.ml;h=2bf01f8979a32ad38caeb40cb80770c0d966c186;hb=84dbeab0a11aed6afb529b884bd796dec644c949;hp=eed971f4514568a466e167165ef4781ed02c865d;hpb=b0b636a3b194d6eb6af6548113d17b99b117cd8d;p=helm.git diff --git a/matita/matitamakeLib.ml b/matita/matitamakeLib.ml index eed971f45..2bf01f897 100644 --- a/matita/matitamakeLib.ml +++ b/matita/matitamakeLib.ml @@ -215,7 +215,10 @@ let call_make ?matita_flags development target make = let system = if Helm_registry.get_bool "matita.system" then " -system" else "" in - already_defined ^ bench ^ system + let noinnertypes = + if Helm_registry.get_bool "matita.noinnertypes" then " -noinnertypes" else "" + in + already_defined ^ bench ^ system ^ noinnertypes in let csc = try ["SRC=" ^ Sys.getenv "SRC"] with Not_found -> [] in rebuild_makefile development;