Skip to content

Commit 03b9ef8

Browse files
authored
Comment out HXCPP_ALIGN_ALLOC in project.hxp
Comment out HXCPP_ALIGN_ALLOC definition for configuration.
1 parent 87792fa commit 03b9ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.hxp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ class Project extends HXProject
384384
setHaxedef("HXCPP_GC_GENERATIONAL");
385385
setHaxedef("HXCPP_GC_DYNAMIC_SIZE");
386386
setHaxedef("HXCPP_CPP17");
387-
setHaxedef("HXCPP_ALIGN_ALLOC");
387+
// setHaxedef("HXCPP_ALIGN_ALLOC");
388388
setHaxedef("HXCPP_FAST_LINK");
389389

390390
// setHaxedef("safeMode"); // what is this

0 commit comments

Comments
 (0)