updating .dir-locals.el to have debug
This commit is contained in:
parent
d02998400a
commit
6786d11503
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; Directory Local Variables
|
;;; Directory Local Variables
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
((nil . ((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/")
|
((nil . ((projectile-project-compilation-cmd . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/")
|
||||||
(compile-command . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -B build/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/")
|
(compile-command . "cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DCMAKE_BUILD_TYPE=Debug -B bld/ . && make -j8 --dir bld/ && rm -rf ~/.cache/librepresenter/Libre\ Presenter/qmlcache/")
|
||||||
(projectile-project-run-cmd . "./bld/bin/presenter")))
|
(projectile-project-run-cmd . "./bld/bin/presenter")))
|
||||||
(c++-mode . ((aggressive-indent-mode . nil))))
|
(c++-mode . ((aggressive-indent-mode . nil))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue