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

This commit is contained in:
fengbojiang 2023-09-11 19:11:26 +08:00
parent 648c3a8863
commit 785f85dbe6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,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)