We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7618505 commit a27eb60Copy full SHA for a27eb60
fpc-wrapper.bat
@@ -15,7 +15,7 @@ REM Remove trailing backslash
15
SET "HERE=%HERE:~0,-1%"
16
17
REM Set base flags and include flags
18
-SET BASE_FLAGS=-MObjFPC -Scghi -Cg -l -vewnhibq -WG -Twin64 -Px86_64
+SET BASE_FLAGS=-MObjFPC -Scghi -Cg -l -vewnhibq
19
SET INCLUDE_FLAGS=-Fl"%HERE%\libs\%PLATFORM%" -Fu"%HERE%\source" -Fu"%HERE%\headers"
20
21
REM Set platform default
@@ -24,7 +24,7 @@ SET PLATFORM=x86_32-windows
24
REM Check the architecture
25
if "%PROCESSOR_ARCHITECTURE%" == "AMD64" (
26
SET PLATFORM=x86_64-windows
27
- SET BASE_FLAGS=%BASE_FLAGS% -Twin64 -Px86_64
+ SET BASE_FLAGS=%BASE_FLAGS% -Twin64 -Px86_64
28
)
29
30
REM Run the fpc command
0 commit comments