small tweaks
This commit is contained in:
4
Makefile
4
Makefile
@@ -9,6 +9,10 @@ RANLIB=ranlib
|
|||||||
|
|
||||||
ifeq ($(MODE), release)
|
ifeq ($(MODE), release)
|
||||||
OPT=-Oz
|
OPT=-Oz
|
||||||
|
ifneq ($(CC), clang)
|
||||||
|
# clang emits LLVM bitcode in lto mode, which only clang and lld understand
|
||||||
|
OPT += -flto
|
||||||
|
endif
|
||||||
DEBUG=
|
DEBUG=
|
||||||
else
|
else
|
||||||
OPT=-O0
|
OPT=-O0
|
||||||
|
|||||||
1
TODO.md
1
TODO.md
@@ -20,7 +20,6 @@ Not everything OC has (as a few of them are really MC-centered) but most of it.
|
|||||||
- `internet` component (note: NN does not handle internet requests, those are up to the emulator)
|
- `internet` component (note: NN does not handle internet requests, those are up to the emulator)
|
||||||
- `relay` component (note: OCDoc still refers to it as `access_point`)
|
- `relay` component (note: OCDoc still refers to it as `access_point`)
|
||||||
- `geolyzer` component
|
- `geolyzer` component
|
||||||
- `net_splitter` component
|
|
||||||
- `redstone` component
|
- `redstone` component
|
||||||
- `motion_sensor` component
|
- `motion_sensor` component
|
||||||
- `printer3d` component (note: maybe add signal for when printer completes?)
|
- `printer3d` component (note: maybe add signal for when printer completes?)
|
||||||
|
|||||||
Reference in New Issue
Block a user