Browse Source

* FPCOPT exported

marco 25 years ago
parent
commit
fe2277c2bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpcmake.ini

+ 1 - 1
utils/fpcmake.ini

@@ -109,7 +109,7 @@ ifndef FPC_VERSION
 FPC_VERSION:=$(shell $(FPC) -iV)
 endif
 
-export FPC OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FPC_VERSION
+export FPC OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FPC_VERSION FPCOPT
 
 
 [fpcdircheckenv]