Skip to content

Commit edb5efd

Browse files
authored
Merge pull request #3423 from BsAtHome/backport_2.9_fix_debug-O0
Backport: fix debug -O0
2 parents 3af9434 + b6db1c6 commit edb5efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rtapi/Submakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RTAPI_APP_SRCS := \
1414
rtapi/rtapi_pci.cc
1515
USERSRCS += $(RTAPI_APP_SRCS)
1616

17-
$(call TOOBJSDEPS, rtapi/rtapi_pci.cc): EXTRAFLAGS += $(LIBUDEV_CFLAGS) -O0
17+
$(call TOOBJSDEPS, rtapi/rtapi_pci.cc): EXTRAFLAGS += $(LIBUDEV_CFLAGS)
1818
$(call TOOBJSDEPS, $(RTAPI_APP_SRCS)): EXTRAFLAGS += -DSIM \
1919
-UULAPI -DRTAPI -pthread
2020
../bin/rtapi_app: $(call TOOBJS, $(RTAPI_APP_SRCS))

0 commit comments

Comments
 (0)