Skip to content
Draft
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ modules/dl_tests/usr.manifest
compile_commands.json
downloaded_packages
.firecracker
ext_images/
2 changes: 1 addition & 1 deletion modules/libext/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include ../common.gmk
module_out := $(out)/modules/libext

CXXFLAGS = -fPIC -std=gnu++11 $(INCLUDES) -I../lwext4/upstream/lwext4/include -I../lwext4/upstream/lwext4/build_lib_only/include \
-D_KERNEL -D_GNU_SOURCE -Wall -fno-exceptions -fno-rtti -O2
-D_KERNEL -D_GNU_SOURCE -Wall -fno-exceptions -fno-rtti -O2 $(RA_FLAGS)

# the build target executable:
TARGET = libext
Expand Down
Loading