We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7326b3 commit 976f865Copy full SHA for 976f865
INSTALL.md
@@ -12,7 +12,7 @@ Dependencies
12
OSL requires the following dependencies or tools.
13
NEW or CHANGED dependencies since the last major release are **bold**.
14
15
-* Build system: [CMake](https://cmake.org/) 3.12 or newer (tested through 3.18)
+* Build system: [CMake](https://cmake.org/) 3.12 or newer (tested through 3.20)
16
17
* A suitable C++11 compiler to build OSL itself, which may be any of:
18
- GCC 4.8.5 or newer (tested through gcc 10)
Makefile
@@ -33,7 +33,7 @@ endif
33
34
MY_MAKE_FLAGS ?=
35
MY_NINJA_FLAGS ?=
36
-MY_CMAKE_FLAGS += -g3
+MY_CMAKE_FLAGS ?=
37
BUILDSENTINEL ?= Makefile
38
NINJA ?= ninja
39
CMAKE ?= cmake
0 commit comments