取消代码中utf8的编码转换
This commit is contained in:
@@ -22,8 +22,8 @@ CFLAG=[
|
||||
'-mfpu=fpv4-sp-d16',
|
||||
'-mfloat-abi=hard',
|
||||
'-Og',
|
||||
'-Wall',
|
||||
'-fdata-sections',
|
||||
'-Wall',
|
||||
'-fdata-sections',
|
||||
'-ffunction-sections',
|
||||
# debug
|
||||
'-g -gdwarf-2'
|
||||
@@ -237,7 +237,6 @@ def run_cmd_queue(cmd_queue:Queue,cpu_num:int=8):
|
||||
while not cmd_queue.empty():
|
||||
cmd_queue.get()
|
||||
cmd_queue.cancel_join_thread()
|
||||
|
||||
return ret
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user