mirror of https://github.com/F-Stack/f-stack.git
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:
parent
2f169245d3
commit
0ba3e0f107
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue