💾 Archived View for gmi.noulin.net › gitRepositories › koreMoon › file › websocket › conf › build.co… captured on 2023-07-10 at 18:07:49. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
build.conf (489B)
1 # websocket build config 2 # You can switch flavors using: kodev flavor [newflavor] 3 4 # The cflags below are shared between flavors 5 cflags=-Wall -Wmissing-declarations -Wshadow 6 cflags=-Wstrict-prototypes -Wmissing-prototypes 7 cflags=-Wpointer-arith -Wcast-qual -Wsign-compare 8 9 dev { 10 # These cflags are added to the shared ones when 11 # you build the "dev" flavor. 12 cflags=-g 13 } 14 15 #prod { 16 # You can specify additional CFLAGS here which are only 17 # included if you build with the "prod" flavor. 18 #}