clugg / sm-json

A pure SourcePawn JSON encoder/decoder.
GNU General Public License v3.0
82 stars 8 forks source link

Fix changing compiler settings for consumers #5

Closed asherkin closed 5 years ago

asherkin commented 5 years ago

#pragma is not intended for use in include files and breaks compiler descisions made by users. Instead, include our own files after changing the settings in the base plugin to ensure they're tested by CI.

See https://forums.alliedmods.net/showthread.php?t=318888