https://github.com/halide/Halide
Revision 257d6e89f9af4f81cd53c100707d7b5861258fd6 authored by Steven Johnson on 17 May 2019, 18:21:19 UTC, committed by Steven Johnson on 17 May 2019, 18:21:19 UTC
Follow the pattern of the base Makefile by:
- specifying OPTIMIZE ?= -O3
- adding that to the CXXFLAGS
- removing -O3 where CXXFLAGS is present

This allows an easy way to disable opt and/or add debug symbols for debugging the apps (just add OPTIMIZE=-g)
1 parent 114cbc2
History
Tip revision: 257d6e89f9af4f81cd53c100707d7b5861258fd6 authored by Steven Johnson on 17 May 2019, 18:21:19 UTC
Add OPTIMIZE for apps/ makefiles
Tip revision: 257d6e8
File Mode Size
apps
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.4 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitmodules -rw-r--r-- 0 bytes
.travis.yml -rw-r--r-- 1.7 KB
CMakeLists.txt -rw-r--r-- 17.3 KB
Doxyfile -rw-r--r-- 103.6 KB
Doxyfile.in -rw-r--r-- 64.3 KB
LICENSE.txt -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 88.9 KB
README.md -rw-r--r-- 16.2 KB
README_cmake.md -rw-r--r-- 9.9 KB
README_rungen.md -rw-r--r-- 11.5 KB
README_webassembly.md -rw-r--r-- 9.5 KB
halide.cmake -rw-r--r-- 29.1 KB

README.md

back to top