meta: enable reasonable optimisation by default

This commit is contained in:
Lephenixnoir 2022-04-04 22:52:33 +01:00
parent f7f5fbf884
commit 0028a3ad45
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ project(fxos LANGUAGES C CXX)
find_package(FLEX 2.6)
add_compile_options(
-Wall -Wextra -D_GNU_SOURCE -std=c++17 -O0 -g
-Wall -Wextra -D_GNU_SOURCE -std=c++17 -O2
-fmacro-prefix-map=${CMAKE_CURRENT_SOURCE_DIR}/=)
#---