build.bqn: add ccflags to replxx compiling

now matches readme description & makefile behavior
This commit is contained in:
dzaima 2023-04-02 15:47:55 +03:00
parent 100a188545
commit d399e776b0

View File

@ -294,6 +294,7 @@ po ← { # parsed options
args cxx, "-DREPLXX_STATIC=1", "-I"replxxDir"/include"
args GetOpt "REPLXX_FLAGS"
args ( ¬pie) / "-fno-pie"
args GetOpt "CCFLAGS"
args (pie ¬shared) / "-fPIE"
args ( shared) / (¬GetOpt"no_fPIC")/"-fPIC"
{"REPLXX C++ compiler: "•Repr 𝕩} _verboseLog args