1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lua
Gaëtan Harter c509b6f05c lua: remove unsupported flags for llvm
Prevents error:

  clang: error: unknown argument: '-fstack-usage'
  clang: error: unknown argument: '-fconserve-stack'

The flags are here to print debug information and try to optimize stack but are
not required.
2018-07-19 14:06:35 +02:00
..
contrib pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
include pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
patches pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
doc.txt pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
Makefile pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
Makefile.dep pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
Makefile.include pkg/lua: Provide better integration with RIOT 2018-07-02 15:13:10 +02:00
Makefile.lua lua: remove unsupported flags for llvm 2018-07-19 14:06:35 +02:00