Skip to content

Commit

Permalink
Upgrade dev env to Noble (and VC to 6.0.13, required for compilation …
Browse files Browse the repository at this point in the history
…of VC in Noble)
  • Loading branch information
carlosabalde committed Nov 18, 2024
1 parent 61e2e58 commit 040dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AM_CFLAGS = $(VARNISHAPI_CFLAGS) $(CURL_CFLAGS) $(LUA_CFLAGS) $(CODE_COVERAGE_CFLAGS) -Wall -Werror \
AM_CFLAGS = $(VARNISHAPI_CFLAGS) $(CURL_CFLAGS) $(LUA_CFLAGS) $(CODE_COVERAGE_CFLAGS) -Wall \
-DINI_ALLOW_MULTILINE=1 \
-DINI_ALLOW_BOM=1 \
-DINI_ALLOW_INLINE_COMMENTS=1 \
Expand Down

0 comments on commit 040dd45

Please sign in to comment.