clean up my personal settings.

This commit is contained in:
jun2sak 2021-02-25 01:38:23 +09:00
parent 057682f776
commit 72b5f1a9a6
2 changed files with 0 additions and 7 deletions

6
.gitignore vendored
View File

@ -86,9 +86,3 @@ TAGS
####################
.venv
.env
1FILES
2FILES
TAG
ports/nrf/LOG*.txt
ports/nrf/boards/pg8c

View File

@ -87,7 +87,6 @@ INC += -I../../supervisor/shared/usb
#Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -ggdb3
CFLAGS += -DNDEBUG
OPTIMIZATION_FLAGS = -Og
else
OPTIMIZATION_FLAGS ?= -O2 -fno-inline-functions