Skip to content

Commit

Permalink
Fix regression of commit 3caf446: Win64 is not LP64
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Feb 3, 2015
1 parent d8dff4c commit 72e348d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions make/gluegen-cpptasks-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,6 @@
<compilerarg value="-O0" if="c.compiler.use-debug"/>
<compilerarg value="-O2" unless="c.compiler.use-debug"/>
<defineset>
<define name="__LP64__" /> <!-- default pre-defined macro for 64bit unix -->

<define name="_DEBUG" if="c.compiler.use-debug"/>
<define name="DEBUG" if="c.compiler.use-debug"/>
<define name="NDEBUG" unless="c.compiler.use-debug"/>
Expand Down

0 comments on commit 72e348d

Please sign in to comment.