We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a6ee1 commit 0a08129Copy full SHA for 0a08129
1 file changed
starbase/CMakeLists.txt
@@ -18,9 +18,6 @@ set(SERVICE_NAME "IncludeOS Starbase")
18
# Name of your service binary
19
set(BINARY "starbase")
20
21
-# Maximum memory can be hard-coded into the binary
22
-set(MAX_MEM 128)
23
-
24
# Source files to be linked with OS library parts to form bootable image
25
set(SOURCES
26
service.cpp # ...add more here
0 commit comments