Skip to content

Commit 5f87e07

Browse files
committed
build: add PROX_STATIC define to compilation flags
1 parent 56f09ff commit 5f87e07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
clang -o proxpl.exe -Iinclude -Isrc -D_CRT_SECURE_NO_WARNINGS ^
2+
clang -o proxpl.exe -Iinclude -Isrc -D_CRT_SECURE_NO_WARNINGS -DPROX_STATIC ^
33
src/main.c ^
44
src/compiler/lexer/scanner.c ^
55
src/compiler/parser/ast.c ^

0 commit comments

Comments
 (0)