File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343#endif
4444
4545// ! Version string
46- #define OPEN_SOURCE_RISK_VERSION " 1.8.10 .0"
46+ #define OPEN_SOURCE_RISK_VERSION " 1.8.11 .0"
4747
4848// ! Version number
49- #define OPEN_SOURCE_RISK_VERSION_NUM 1081000
49+ #define OPEN_SOURCE_RISK_VERSION_NUM 1081100
5050
5151#endif
Original file line number Diff line number Diff line change @@ -147,9 +147,10 @@ else()
147147 add_compiler_flag ("-pthread" usePThreadCompilerFlag )
148148 add_linker_flag ("-pthread" usePThreadLinkerFlag )
149149
150- # see https://ccache.dev/manual/4.8.3.html#_precompiled_headers
151150 if (QL_USE_PCH)
151+ # see https://ccache.dev/manual/4.8.3.html#_precompiled_headers
152152 add_compiler_flag ("-Xclang -fno-pch-timestamp" supportsNoPchTimestamp )
153+ # needed for gcc, although the ccache documentation does not strictly require this
153154 add_compiler_flag ("-fpch-preprocess" supportsPchPreprocess )
154155 endif ()
155156
You can’t perform that action at this time.
0 commit comments