[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 04/05: cmake: typo fix to -Os in GrBuildTyp
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 04/05: cmake: typo fix to -Os in GrBuildType comment. |
Date: |
Sat, 26 Jul 2014 16:21:13 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
trondeau pushed a commit to branch master
in repository gnuradio.
commit e5e6f233a65ea27c9734d586cd286ac764267bdc
Author: Tom Rondeau <address@hidden>
Date: Sat Jul 26 10:45:38 2014 -0400
cmake: typo fix to -Os in GrBuildType comment.
---
cmake/Modules/GrBuildTypes.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/Modules/GrBuildTypes.cmake b/cmake/Modules/GrBuildTypes.cmake
index 8d6f08b..34614c9 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