We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21fb9b9 + 84030f6 commit f717196Copy full SHA for f717196
src/rtapi/Submakefile
@@ -14,7 +14,7 @@ RTAPI_APP_SRCS := \
14
rtapi/rtapi_pci.cc
15
USERSRCS += $(RTAPI_APP_SRCS)
16
17
-$(call TOOBJSDEPS, rtapi/rtapi_pci.cc): EXTRAFLAGS += $(LIBUDEV_CFLAGS) -O0
+$(call TOOBJSDEPS, rtapi/rtapi_pci.cc): EXTRAFLAGS += $(LIBUDEV_CFLAGS)
18
$(call TOOBJSDEPS, $(RTAPI_APP_SRCS)): EXTRAFLAGS += -DSIM \
19
-UULAPI -DRTAPI -pthread
20
../bin/rtapi_app: $(call TOOBJS, $(RTAPI_APP_SRCS))
0 commit comments