Skip to content

Commit

Permalink
build: Add debugging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
obiwac committed Nov 16, 2024
1 parent aa22794 commit 474ea70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.fl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import bob
let src = Fs.list("src").where(|path| path.endswith(".c") && !path.startswith("src/flamingo")) + ["src/flamingo/flamingo.c"]

let obj = Cc([
"-std=c11",
"-std=c11", "-g",
"-Wall", "-Wextra", "-Werror",
"-Wno-unused-parameter",
"-Isrc", "-Isrc/flamingo/runtime",
Expand Down

0 comments on commit 474ea70

Please sign in to comment.