remove some comments
This commit is contained in:
19
cell.toml
19
cell.toml
@@ -1,20 +1,3 @@
|
||||
[system]
|
||||
ar_timer = 60
|
||||
actor_memory = 0
|
||||
net_service = 0.1
|
||||
reply_timeout = 60
|
||||
actor_max = "10_000"
|
||||
stack_max = 0
|
||||
[actors]
|
||||
[actors.prosperon/sdl_video]
|
||||
main = true
|
||||
[actors.prosperon/prosperon]
|
||||
main = true
|
||||
[actors.prosperon]
|
||||
main = true
|
||||
[actors.accio]
|
||||
main = true
|
||||
|
||||
[compilation]
|
||||
CFLAGS = "-Isource -Wno-incompatible-pointer-types -Wno-missing-braces -Wno-strict-prototypes -Wno-unused-function -Wno-int-conversion"
|
||||
LDFLAGS = "-lstdc++ -lm"
|
||||
@@ -27,4 +10,4 @@ LDFLAGS = "-framework CoreFoundation -framework CFNetwork"
|
||||
CFLAGS = "-DMINIZ_NO_TIME -DTARGET_EXTENSION -DTARGET_PLAYDATE -I$PLAYDATE_SDK_PATH/C_API"
|
||||
|
||||
[compilation.windows]
|
||||
LDFLAGS = "-lbcrypt -lwinhttp -static-libgcc -static-libstdc++"
|
||||
LDFLAGS = "-lbcrypt -lwinhttp -static-libgcc -static-libstdc++"
|
||||
|
||||
Reference in New Issue
Block a user