summaryrefslogtreecommitdiff
path: root/cmake/Modules
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-07-26 10:45:38 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-26 10:45:38 -0400
commite5e6f233a65ea27c9734d586cd286ac764267bdc (patch)
tree9c41ddd60342081ccaf006d1172a4e976470ac82 /cmake/Modules
parent52dd83885c94e91c18616e6cacd384c3223526a8 (diff)
cmake: typo fix to -Os in GrBuildType comment.
Diffstat (limited to 'cmake/Modules')
-rw-r--r--cmake/Modules/GrBuildTypes.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/GrBuildTypes.cmake b/cmake/Modules/GrBuildTypes.cmake
index 8d6f08b7af..34614c9d08 100644
--- a/cmake/Modules/GrBuildTypes.cmake
+++ b/cmake/Modules/GrBuildTypes.cmake
@@ -27,7 +27,7 @@ set(__INCLUDED_GR_BUILD_TYPES_CMAKE TRUE)
# - Debug: -O2 -g
# - Release: -O3
# - RelWithDebInfo: -O3 -g
-# - MinSizeRel: -OS
+# - MinSizeRel: -Os
# Addtional Build Types, defined below:
# - NoOptWithASM: -O0 -g -save-temps