Skip to content

Commit

Permalink
Merge pull request #222 from Autodesk/sabrih/enable_strict_build_mode
Browse files Browse the repository at this point in the history
Enable PXR_STRICT_BUILD_MODE by default
  • Loading branch information
Krystian Ligenza authored Jan 30, 2020
2 parents 87ca6f7 + 2d762dd commit ec6750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/defaults/Options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
option(PXR_STRICT_BUILD_MODE "Turn on additional warnings. Enforce all warnings as errors." OFF)
option(PXR_STRICT_BUILD_MODE "Turn on additional warnings. Enforce all warnings as errors." ON)
option(PXR_VALIDATE_GENERATED_CODE "Validate script generated code" OFF)
option(PXR_BUILD_TESTS "Build tests" ON)
option(PXR_ENABLE_GL_SUPPORT "Enable OpenGL based components" ON)
Expand Down

0 comments on commit ec6750b

Please sign in to comment.