From df9a5255df61478227781c21ec648057b18c09a5 Mon Sep 17 00:00:00 2001 From: KikooDX Date: Fri, 16 Apr 2021 11:51:00 +0200 Subject: [PATCH] minor change: better description for the -Os flag Courtesy of Lephenixnoir. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48c742f..ce54f3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ set(FLAGS -Werror-implicit-function-declaration # optimisation level - # -Os: small binary + # -Os: like -O2 without space-expensive optimizations # -O2: good speed/size tradeoff # -O3: gotta go fast -Os