No need to specify a base address for .exe files, the default should work fine
This commit is contained in:
parent
23bfe80975
commit
313f54da3c
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ endef
|
|||
# Executable class
|
||||
|
||||
gb_Executable_EXT := .exe
|
||||
gb_Executable_TARGETTYPEFLAGS := -RELEASE -BASE:0x1b000000 -OPT:NOREF -INCREMENTAL:NO -DEBUG
|
||||
gb_Executable_TARGETTYPEFLAGS := -RELEASE -OPT:NOREF -INCREMENTAL:NO -DEBUG
|
||||
gb_Executable_get_rpath :=
|
||||
|
||||
define gb_Executable_Executable_platform
|
||||
|
|
Loading…
Reference in a new issue