From 669cdbc6e606313efe1a38caba7cb10d3b2f23fe Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 26 Nov 2021 00:39:53 +0000 Subject: Compile generated/external code as release Moves stb stuff to .c then all .ll and .c built release mode, neatly disables all the warnings --- Jamroot.jam | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index fdd08cd..62032d9 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -70,7 +70,14 @@ run application/main.cpp ; lib ilt : - [ glob-tree *.cpp *.c *.vs *.fs *.ll : bin test ] + [ glob-tree *.cpp *.vs *.fs : bin test ] + [ lib generated : [ glob-tree *.ll *.c ] : + . + lib + release + static + -fPIC + ] : . lib -- cgit v1.2.3