We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159a86f commit 344d895Copy full SHA for 344d895
pthread/CMakeLists.txt
@@ -31,7 +31,7 @@ ExternalProject_Add(
31
dub
32
build
33
-f
34
- -b debug
+ -b release
35
--compiler=ldc2
36
--arch=${ldc_target}
37
INSTALL_COMMAND ""
pthread/ldc2.conf
@@ -1,6 +1,7 @@
1
default:
2
{
3
switches = [
4
+ "-Os",
5
"--betterC",
6
"--float-abi=soft",
7
"--relocation-model=static",
pthread/prj.conf
@@ -1,6 +1,4 @@
# General config
CONFIG_NEWLIB_LIBC=y
CONFIG_POSIX_API=y
-CONFIG_LOG=y
-CONFIG_LOG_MODE_MINIMAL=y
CONFIG_MAIN_STACK_SIZE=2560
0 commit comments