Project.ede 877 B

12345678910111213141516171819
  1. ;; Object ProjectEuler_C
  2. ;; EDE Project Files are auto generated: Do Not Edit
  3. (ede-proj-project "ProjectEuler_C"
  4. :file "Project.ede"
  5. :name "ProjectEuler_C"
  6. :targets
  7. (list
  8. (ede-proj-target-makefile-program "0001"
  9. :object-name "0001"
  10. :name "0001"
  11. :path ""
  12. :source '("0001.c")
  13. :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g"))))
  14. :configurations '("debug" "release")
  15. :object-name "ProjectEuler_C"
  16. :makefile-type Makefile
  17. :variables '(("CFLAGS" . "-std=c89 -m64 -Og -ggdb -pedantic -Wall -Wextra -Wshadow -Wcast-align -Wunused -Wconversion -Wmisleading-indentation -Wdouble-promotion -Wformat=2 -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Werror $(shell pkg-config --libs ${LIBS}) -I src/external -fsanitize=address"))
  18. :configuration-variables nil
  19. :metasubproject t)