| 12345678910111213141516171819 |
- ;; Object ProjectEuler_C
- ;; EDE Project Files are auto generated: Do Not Edit
- (ede-proj-project "ProjectEuler_C"
- :file "Project.ede"
- :name "ProjectEuler_C"
- :targets
- (list
- (ede-proj-target-makefile-program "0001"
- :object-name "0001"
- :name "0001"
- :path ""
- :source '("0001.c")
- :configuration-variables '("debug" ("CFLAGS" . "-g") ("LDFLAGS" . "-g"))))
- :configurations '("debug" "release")
- :object-name "ProjectEuler_C"
- :makefile-type Makefile
- :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"))
- :configuration-variables nil
- :metasubproject t)
|