Am Freitag, 20. Oktober 2017, 14:47:09 CEST schrieb Aurélien PIERRE:
> Hi,
>
> I'm just beginning to mess around DT source code and I was wonderinq
> what the default compilation flags are. For example, cmakeLists.txt
> contains :
>
> option(CUSTOM_CFLAGS "Don't override compiler optimization fla
Hi,
I'm just beginning to mess around DT source code and I was wonderinq
what the default compilation flags are. For example, cmakeLists.txt
contains :
option(CUSTOM_CFLAGS "Don't override compiler optimization flags." OFF)
Does it mean that DT will strip -o3 and native optimizations ? When I
tr