We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cf314 commit b57d116Copy full SHA for b57d116
CMakeLists.txt
@@ -149,6 +149,7 @@ target_include_directories(flutterpi_module PUBLIC
149
)
150
151
target_compile_options(flutterpi_module PUBLIC
152
+ --build-id=sha1
153
$<$<CONFIG:Debug>:-O0 -Wall -Wextra -Wno-sign-compare -Werror -ggdb -U_FORTIFY_SOURCE -DDEBUG>
154
$<$<CONFIG:RelWithDebInfo>:-O3 -Wall -Wextra -Wno-sign-compare -ggdb -DNDEBUG>
155
$<$<CONFIG:Release>:-O3 -Wall -Wextra -Wno-sign-compare -DNDEBUG>
0 commit comments