Fiexd some build errors of micro_thread on ubuntu 22.04 (kernel:5.19.0-1025, gcc:11.4.0),

Ref #777.
This commit is contained in:
fengbojiang 2023-08-14 21:01:56 +08:00
parent 2f169245d3
commit 0ba3e0f107
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ FF_LIBS+= -Wl,--no-whole-archive -lrt -lm -ldl -lcrypto -lpthread -lnuma
# Comment the following line if you are not using the gnu c compiler
#C_ARGS = -Wall -g -fPIC -D_DEBUG
C_ARGS = -Wall -g -fPIC -O0 -DMT_REAL_TIME
C_ARGS = -Wall -g -fPIC -O0 -DMT_REAL_TIME -Wno-register
#.SUFFIXES: .o .cpp
ifeq ($(ARCH),32)