File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pico_generate_pio_header(Pico_TM1637 ${CMAKE_CURRENT_LIST_DIR}/../TM1637.pio)
26
26
27
27
# Add program info
28
28
pico_set_program_name (Pico_TM1637 "TODO" )
29
- pico_set_program_version (Pico_TM1637 "1.0.0 " )
29
+ pico_set_program_version (Pico_TM1637 "1.0.1 " )
30
30
pico_set_program_url (Pico_TM1637 "https://github.com/cristiancristea00/Pico-TM1637" )
31
31
pico_set_program_description (Pico_TM1637 "Copyright (c) 2021 Cristian Cristea" )
32
32
@@ -49,5 +49,5 @@ set(CMAKE_CXX_FLAGS_DEBUG "-pipe -g -O0 -Wfatal-errors -Wpedantic -Wall -Wextra
49
49
set (CMAKE_C_FLAGS_DEBUG "-pipe -g -O0 -Wfatal-errors -Wpedantic -Wall -Wextra -Wconversion -Wshadow=local -Wdouble-promotion -Wformat=2 -Wformat-overflow=2 -Wformat-nonliteral -Wformat-security -Wformat-truncation=2 -Wnull-dereference -Wimplicit-fallthrough=3 -Wshift-overflow=2 -Wswitch-default -Wunused-parameter -Wunused-const-variable=2 -Wstrict-overflow=4 -Wstringop-overflow=3 -Wsuggest-attribute=pure -Wsuggest-attribute=const -Wsuggest-attribute=noreturn -Wmissing-noreturn -Wsuggest-attribute=malloc -Wsuggest-attribute=format -Wmissing-format-attribute -Wsuggest-attribute=cold -Walloc-zero -Walloca -Wattribute-alias=2 -Wduplicated-branches -Wcast-qual" )
50
50
51
51
# Set Release build compiler arguments
52
- set (CMAKE_CXX_FLAGS_RELEASE "-pipe -O2 -fno-builtin" )
53
- set (CMAKE_C_FLAGS_RELEASE "-pipe -O2 -fno-builtin" )
52
+ set (CMAKE_CXX_FLAGS_RELEASE "-pipe -Os -fno-builtin" )
53
+ set (CMAKE_C_FLAGS_RELEASE "-pipe -Os -fno-builtin" )
You can’t perform that action at this time.
0 commit comments